diff options
author | Stephen Boyd | 2018-01-03 00:50:06 +0100 |
---|---|---|
committer | Stephen Boyd | 2018-01-03 18:02:11 +0100 |
commit | e0af0c161000fa5914198d4cd1183bced68378f5 (patch) | |
tree | 09ce69869062ee9b3aedec5ed199847a41e95ced /arch/c6x/include/asm/Kbuild | |
parent | clk: Prepare to remove asm-generic/clkdev.h (diff) | |
download | kernel-qcow2-linux-e0af0c161000fa5914198d4cd1183bced68378f5.tar.gz kernel-qcow2-linux-e0af0c161000fa5914198d4cd1183bced68378f5.tar.xz kernel-qcow2-linux-e0af0c161000fa5914198d4cd1183bced68378f5.zip |
arch: Remove clkdev.h asm-generic from Kbuild
Now that every architecture is using the generic clkdev.h file
and we no longer include asm/clkdev.h anywhere in the tree, we
can remove it.
Cc: Russell King <linux@armlinux.org.uk>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Cc: <linux-arch@vger.kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> [m68k]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch/c6x/include/asm/Kbuild')
-rw-r--r-- | arch/c6x/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/c6x/include/asm/Kbuild b/arch/c6x/include/asm/Kbuild index d717329c8cf9..fd4c840de837 100644 --- a/arch/c6x/include/asm/Kbuild +++ b/arch/c6x/include/asm/Kbuild @@ -1,7 +1,6 @@ generic-y += atomic.h generic-y += barrier.h generic-y += bugs.h -generic-y += clkdev.h generic-y += current.h generic-y += device.h generic-y += div64.h |