[PATCH] m68knommu: fix compilation problems with 68328serial driver
authorGreg Ungerer <gerg@snapgear.com>
Wed, 28 Jun 2006 05:54:22 +0000 (15:54 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Jun 2006 22:03:47 +0000 (15:03 -0700)
commit727dda800f5076ce6f4653393fab651706959c93
tree2c3aa7be72c7961f635d9556e4fbdb869e21c5b3
parent9a9bb6fb343c4ce54cc67d83f77ca52c9d18d01b
[PATCH] m68knommu: fix compilation problems with 68328serial driver

Clean out the 68328serial driver:

. remove use of cli/sti
. fix usage of tty_* calls
. remove unused variables

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/68328serial.c