Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arch: hexagon: include: asm: add "vga.h" in Kbuild

Need include generic "vga.h", or can not pass compiling with
allmodconfig, the related error:

CC [M] drivers/gpu/drm/drm_irq.o
In file included from include/linux/vgaarb.h:34:0,
from drivers/gpu/drm/drm_irq.c:42:
include/video/vga.h:22:21: fatal error: asm/vga.h: No such file or directory

Also move "preempt.h" upper to match sort order.

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>

authored by

Chen Gang and committed by
Richard Kuo
07d592b0 27932f6e

+2 -1
+2 -1
arch/hexagon/include/asm/Kbuild
··· 33 33 generic-y += percpu.h 34 34 generic-y += poll.h 35 35 generic-y += posix_types.h 36 + generic-y += preempt.h 36 37 generic-y += resource.h 37 38 generic-y += rwsem.h 38 39 generic-y += scatterlist.h ··· 56 55 generic-y += types.h 57 56 generic-y += ucontext.h 58 57 generic-y += unaligned.h 58 + generic-y += vga.h 59 59 generic-y += xor.h 60 - generic-y += preempt.h