https://github.com/torvalds/linux
Revision 02016bc0381c4af9153b4e4008edfadae2bd6abc authored by WANG Cong on 25 August 2011, 22:59:20 UTC, committed by Linus Torvalds on 25 August 2011, 23:25:35 UTC
Fix the following build errors:

  drivers/tty/serial/8250_early.c:160: error: 'BASE_BAUD' undeclared (first use in this function): 1 errors in 1 logs
  drivers/tty/serial/8250_early.c:37:24: error: asm/serial.h: No such file or directory: 1 errors in 1 logs

I am not sure if (1843200 / 16) is suitable for cris, but most other
arch's define it as this value.

Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 37b7bf6
History
Tip revision: 02016bc0381c4af9153b4e4008edfadae2bd6abc authored by WANG Cong on 25 August 2011, 22:59:20 UTC
cris: add arch/cris/include/asm/serial.h
Tip revision: 02016bc
File Mode Size
Kconfig -rw-r--r-- 1.7 KB
Makefile -rw-r--r-- 199 bytes
balloc.c -rw-r--r-- 27.2 KB
cylinder.c -rw-r--r-- 5.7 KB
dir.c -rw-r--r-- 16.2 KB
file.c -rw-r--r-- 1008 bytes
ialloc.c -rw-r--r-- 9.2 KB
inode.c -rw-r--r-- 25.1 KB
namei.c -rw-r--r-- 7.5 KB
super.c -rw-r--r-- 43.3 KB
swab.h -rw-r--r-- 2.5 KB
symlink.c -rw-r--r-- 1.2 KB
truncate.c -rw-r--r-- 12.7 KB
ufs.h -rw-r--r-- 5.1 KB
ufs_fs.h -rw-r--r-- 34.6 KB
util.c -rw-r--r-- 6.1 KB
util.h -rw-r--r-- 16.4 KB

back to top