diff options
| author | Stephen Boyd <sboyd@codeaurora.org> | 2018-01-02 18:50:06 -0500 |
|---|---|---|
| committer | Stephen Boyd <sboyd@codeaurora.org> | 2018-01-03 12:02:11 -0500 |
| commit | e0af0c161000fa5914198d4cd1183bced68378f5 (patch) | |
| tree | 09ce69869062ee9b3aedec5ed199847a41e95ced /arch/ia64 | |
| parent | 0d4e3d005cb3c7b45463c91b4007d2b9f195879e (diff) | |
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/ia64')
| -rw-r--r-- | arch/ia64/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/Kbuild b/arch/ia64/include/asm/Kbuild index 1d7641f891e1..6dd867873364 100644 --- a/arch/ia64/include/asm/Kbuild +++ b/arch/ia64/include/asm/Kbuild | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | generic-y += clkdev.h | ||
| 2 | generic-y += exec.h | 1 | generic-y += exec.h |
| 3 | generic-y += irq_work.h | 2 | generic-y += irq_work.h |
| 4 | generic-y += mcs_spinlock.h | 3 | generic-y += mcs_spinlock.h |
