Skip to content

Commit

Permalink
ARM: Use generic clkdev.h header
Browse files Browse the repository at this point in the history
Get rid of the clkdev.h file in the ARM port and use the generic
one because we've gotten rid of all the machine specific
mach/clkdev.h files.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
bebarino authored and linusw committed Feb 10, 2016
1 parent 2e3cd19 commit 34d2f4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
1 change: 1 addition & 0 deletions arch/arm/include/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@


generic-y += bitsperlong.h
generic-y += clkdev.h
generic-y += cputime.h
generic-y += current.h
generic-y += early_ioremap.h
Expand Down
31 changes: 0 additions & 31 deletions arch/arm/include/asm/clkdev.h

This file was deleted.

0 comments on commit 34d2f4d

Please sign in to comment.