All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] c6x: include: asm: Kbuild: Add generic serial.h
@ 2015-03-04  3:12 Chen Gang
  2015-03-26 14:57 ` Mark Salter
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Gang @ 2015-03-04  3:12 UTC (permalink / raw)
  To: msalter, a-jacquiot; +Cc: linux-c6x-dev, linux-kernel

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>
---
 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
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] c6x: include: asm: Kbuild: Add generic serial.h
  2015-03-04  3:12 [PATCH] c6x: include: asm: Kbuild: Add generic serial.h Chen Gang
@ 2015-03-26 14:57 ` Mark Salter
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Salter @ 2015-03-26 14:57 UTC (permalink / raw)
  To: Chen Gang; +Cc: a-jacquiot, linux-c6x-dev, linux-kernel

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@gmail.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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-26 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-04  3:12 [PATCH] c6x: include: asm: Kbuild: Add generic serial.h Chen Gang
2015-03-26 14:57 ` Mark Salter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.