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-- 2.3 KB
Makefile -rw-r--r-- 275 bytes
compat.c -rw-r--r-- 3.2 KB
dquot.c -rw-r--r-- 71.8 KB
netlink.c -rw-r--r-- 2.6 KB
quota.c -rw-r--r-- 9.2 KB
quota_tree.c -rw-r--r-- 16.5 KB
quota_tree.h -rw-r--r-- 689 bytes
quota_v1.c -rw-r--r-- 6.2 KB
quota_v2.c -rw-r--r-- 10.1 KB
quotaio_v1.h -rw-r--r-- 1.2 KB
quotaio_v2.h -rw-r--r-- 2.5 KB

back to top