[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1427381862.9430.47.camel@deneb.redhat.com>
Date: Thu, 26 Mar 2015 10:57:42 -0400
From: Mark Salter <msalter@...hat.com>
To: Chen Gang <xili_gchen_5257@...mail.com>
Cc: a-jacquiot@...com, linux-c6x-dev@...ux-c6x.org,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] c6x: include: asm: Kbuild: Add generic serial.h
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@...il.com>
> ---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists