mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-22 01:43:37 -04:00
What xtensa has in asm/vga.h is the same as what can be found in asm-generic/vga.h. So use the latter header. Link: http://lkml.kernel.org/r/20180907132219.12979-1-jslaby@suse.cz Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Max Filippov <jcmvbkbc@gmail.com> Cc: Chris Zankel <chris@zankel.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
31 lines
731 B
Makefile
31 lines
731 B
Makefile
generic-y += bug.h
|
|
generic-y += compat.h
|
|
generic-y += device.h
|
|
generic-y += div64.h
|
|
generic-y += dma-contiguous.h
|
|
generic-y += dma-mapping.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += exec.h
|
|
generic-y += extable.h
|
|
generic-y += fb.h
|
|
generic-y += hardirq.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += kdebug.h
|
|
generic-y += kmap_types.h
|
|
generic-y += kprobes.h
|
|
generic-y += linkage.h
|
|
generic-y += local.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += param.h
|
|
generic-y += percpu.h
|
|
generic-y += preempt.h
|
|
generic-y += rwsem.h
|
|
generic-y += sections.h
|
|
generic-y += topology.h
|
|
generic-y += trace_clock.h
|
|
generic-y += vga.h
|
|
generic-y += word-at-a-time.h
|
|
generic-y += xor.h
|