Skip to content

Commit

Permalink
c6x: include: asm: Kbuild: Add generic serial.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Mark Salter <[email protected]>
  • Loading branch information
Chen Gang authored and mosalter committed Mar 26, 2015
1 parent 76e0189 commit df93ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/c6x/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df93ab7

Please sign in to comment.