m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driver
commit3a7faef555a4b9cbd534c680628f4fd6cc3c29b1
authorGreg Ungerer <gerg@snapgear.com>
Mon, 24 May 2010 21:32:55 +0000 (24 14:32 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Jul 2010 18:22:26 +0000 (5 11:22 -0700)
tree84d485b10aedf0f9a851395ab18709d745a22b68
parentc7f523cf4dbc9135487a709798561b4220e1ed12
m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driver

commit e9a137cb00d8b0f71c08a9e67d993f53e7713d21 upstream.

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: Thiago Farina <tfransosi@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/68328serial.c