]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arch/score/include/asm/Kbuild: Add generic "serial.h"
authorChen Gang <gang.chen.5i5j@gmail.com>
Tue, 8 Jul 2014 06:00:43 +0000 (14:00 +0800)
committerLennox Wu <lennox.wu@gmail.com>
Sat, 4 Oct 2014 17:18:17 +0000 (01:18 +0800)
commitd32c98e9855c719620fc418ff540acc6d5880bd8
tree678922863b8e7dddd03c692830aebe057b67120b
parent203d2fbbec279e86f59e10662800ebbb0b5ce740
arch/score/include/asm/Kbuild: Add generic "serial.h"

The related error (with allmodconfig under score):

    CC [M]  drivers/staging/speakup/speakup_acntpc.o
  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
   #include <asm/serial.h>
                          ^
  compilation terminated.
  make[3]: *** [drivers/staging/speakup/speakup_acntpc.o] Error 1
  make[2]: *** [drivers/staging/speakup] Error 2
  make[1]: *** [drivers/staging] Error 2
  make: *** [drivers] Error 2

Acked-by: Lennox Wu <lennox.wu@gmail.com>
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
arch/score/include/asm/Kbuild