lkml.org 
[lkml]   [2013]   [Aug]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH] h8300: include: asm: Kbuild: add default "serial.h"
    Normally, an architecture need support serial, so include the default
    one, or can not pass compiling:

    The related error (allmodconfig for h8300):

    In file included from drivers/staging/speakup/speakup_acntpc.c:33:0:
    drivers/staging/speakup/serialio.h:7:24: fatal error: asm/serial.h: No such file or directory


    Signed-off-by: Chen Gang <gang.chen@asianux.com>
    ---
    arch/h8300/include/asm/Kbuild | 1 +
    1 files changed, 1 insertions(+), 0 deletions(-)

    diff --git a/arch/h8300/include/asm/Kbuild b/arch/h8300/include/asm/Kbuild
    index 8ada3cf..df289fb 100644
    --- a/arch/h8300/include/asm/Kbuild
    +++ b/arch/h8300/include/asm/Kbuild
    @@ -4,5 +4,6 @@ generic-y += exec.h
    generic-y += linkage.h
    generic-y += mmu.h
    generic-y += module.h
    +generic-y += serial.h
    generic-y += trace_clock.h
    generic-y += xor.h
    --
    1.7.7.6

    \
     
     \ /
      Last update: 2013-08-30 20:21    [W:4.033 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site