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

c6x: include: asm: Kbuild: Add generic serial.h

Or it will cause building break with allmodconfig:

CC [M] drivers/tty/serial/8250/8250_core.o
drivers/tty/serial/8250/8250_core.c:102:24: fatal error: asm/serial.h: No such file or directory

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: Mark Salter <msalter@redhat.com>

authored by

Chen Gang and committed by
Mark Salter
df93ab75 76e01892

+1
+1
arch/c6x/include/asm/Kbuild
··· 41 41 generic-y += scatterlist.h 42 42 generic-y += segment.h 43 43 generic-y += sembuf.h 44 + generic-y += serial.h 44 45 generic-y += shmbuf.h 45 46 generic-y += shmparam.h 46 47 generic-y += siginfo.h