[CHAR] lcd: Fix two warnings.
authorRalf Baechle <ralf@linux-mips.org>
Sat, 10 Mar 2007 04:56:33 +0000 (04:56 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 17 Mar 2007 01:03:26 +0000 (01:03 +0000)
commit2c35f813f3e98f70534b5c2d82e5e2079034fc50
treeb62b4c200252404e10c14cc94c4cd207ab402df5
parent53dc80287da43b75df2fe2658651d3c5160dad8e
[CHAR] lcd: Fix two warnings.

In file included from drivers/char/lcd.c:23:
include/linux/mc146818rtc.h:104:1: warning: "RTC_IO_EXTENT" redefined
drivers/char/lcd.c:15:1: warning: this is the location of the previous definition
drivers/char/lcd.c:35: warning: 'lcd_lock' defined but not used

c316eb1eee2c803c33b1f826fe744c922d2e354f deleted the last code using
lcd_lock, so delete definition of lcd_lock.

The definition of RTC_IO_EXTENT is unused and probably always was only
debree copied from drivers/char/rtc.c.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/char/lcd.c