Re: [PATCH] c6x: include: asm: Kbuild: Add generic serial.h

From: Mark Salter
Date: Thu Mar 26 2015 - 10:57:53 EST


On Wed, 2015-03-04 at 11:12 +0800, Chen Gang wrote:
> 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@xxxxxxxxx>
> ---

Thanks! I added this to the c6x tree for next merge window.

> arch/c6x/include/asm/Kbuild | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/c6x/include/asm/Kbuild b/arch/c6x/include/asm/Kbuild
> index 2de7339..ae0a51f 100644
> --- a/arch/c6x/include/asm/Kbuild
> +++ b/arch/c6x/include/asm/Kbuild
> @@ -41,6 +41,7 @@ generic-y += resource.h
> generic-y += scatterlist.h
> generic-y += segment.h
> generic-y += sembuf.h
> +generic-y += serial.h
> generic-y += shmbuf.h
> generic-y += shmparam.h
> generic-y += siginfo.h


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/