From: Russell King Date: Wed, 30 Aug 2006 09:27:15 +0000 (+0100) Subject: [SERIAL] Remove wrong asm/serial.h inclusions X-Git-Tag: v2.6.19-rc1~215^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf5111a58c7db968c3fb9cd77e340a5e076f549;p=pandora-kernel.git [SERIAL] Remove wrong asm/serial.h inclusions asm/serial.h is supposed to contain the definitions for the architecture specific 8250 ports for the 8250 driver. It may also define BASE_BAUD, but this is the base baud for the architecture specific ports _only_. Therefore, nothing other than the 8250 driver should be including this header file. In order to move towards this goal, here is a patch which removes some of the more obvious incorrect includes of the file. Acked-by: Paul Fulghum Acked-by: Tony Luck Acked-by: Ralf Baechle Acked-by: David Howells Signed-off-by: Russell King --- Reading git-diff-tree failed