mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 05:18:41 +07:00
e0af0c1610
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>
15 lines
298 B
Makefile
15 lines
298 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
generic-y += exec.h
|
|
generic-y += export.h
|
|
generic-y += fb.h
|
|
generic-y += irq_work.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += preempt.h
|
|
generic-y += sections.h
|
|
generic-y += trace_clock.h
|
|
generic-y += current.h
|
|
generic-y += kprobes.h
|