mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-15 18:56:40 +07:00
31b7fb448c
The arch uses a verbatim copy of the asm-generic version and does not add any own implementations to the header, so use asm-generic/fb.h instead of duplicating code. Link: http://lkml.kernel.org/r/20170517083307.1697-1-tklauser@distanz.ch Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Reviewed-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14 lines
290 B
Makefile
14 lines
290 B
Makefile
|
|
generic-y += clkdev.h
|
|
generic-y += device.h
|
|
generic-y += exec.h
|
|
generic-y += extable.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 += trace_clock.h
|
|
generic-y += word-at-a-time.h
|
|
generic-y += kprobes.h
|