commit | de6cc84f723ab4373d1f83e64771392d6f784c81 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Aug 30 15:30:39 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 01 17:06:03 2006 +0100 |
tree | 55618566a45d6c559f24df9d8d387334d93ea13c | |
parent | bf603625660b1742004bf86432ce3c210d14d4fd [diff] |
[SERIAL] Remove m32r_sio dependency on asm/serial.h m32r_sio re-uses a custom defined BASE_BAUD from asm/serial.h, and replaces SERIAL_PORT_DFNS with its own driver private copy. Since asm/serial.h is supposed to define 8250-based ports using these symbols, this isn't a sane idea. Hence, eliminate asm/serial.h from m32r_sio.c. Acked-by: Hirokazu Takata <takata@linux-m32r.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>