From: Russell King Date: Wed, 30 Aug 2006 14:30:39 +0000 (+0100) Subject: [SERIAL] Remove m32r_sio dependency on asm/serial.h X-Git-Tag: v2.6.19-rc1~215^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de6cc84f723ab4373d1f83e64771392d6f784c81;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed