From: Atsushi Nemoto Date: Tue, 8 May 2007 07:30:26 +0000 (-0700) Subject: serial_txx9: Use assigned device numbers X-Git-Tag: v2.6.22-rc1~640 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07bafde351470e19168dfc6385ff417e832850c1;p=pandora-kernel.git serial_txx9: Use assigned device numbers The serial_txx9 driver have abused device numbers (major 4, minor 128) if CONFIG_SERIAL_TXX9_STDSERIAL was not set. This patch makes the driver use proper device numbers assigned for it (major 204, minor 196-203). I suppose a typical user of this driver set CONFIG_SERIAL_TXX9_STDSERIAL to Y (i.e. use "ttyS0"), so this patch would not cause big compatibility issue. Signed-off-by: Atsushi Nemoto Cc: Ralf Baechle Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed