m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driver
authorGreg Ungerer <gerg@uclinux.org>
Thu, 20 May 2010 01:12:38 +0000 (11:12 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 24 May 2010 03:29:20 +0000 (13:29 +1000)
commit9fcce0baea6628af935b1b485d6606a5a377a052
tree84acaa774c2ebe0890f105568c5c1aa2a90257d3
parent91d60417212fa6b100107384c5e4f5663ab69c8f
m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driver

Commit 8b505ca8e2600eb9e7dd2d6b2682a81717671374 ("serial: 68328serial.c:
remove BAUD_TABLE_SIZE macro") misses one use of BAUD_TABLE_SIZE. So the
resulting 68328serial.c does not compile:

drivers/serial/68328serial.c: In function ‘m68328_console_setup’:
drivers/serial/68328serial.c:1439: error: ‘BAUD_TABLE_SIZE’ undeclared (first use in this function)
drivers/serial/68328serial.c:1439: error: (Each undeclared identifier is reported only once
drivers/serial/68328serial.c:1439: error: for each function it appears in.)

Fix that last use of it.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Cc: <stable@kernel.org>
drivers/serial/68328serial.c