X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fchar%2Flcd.c;h=4fe9206f84deaffcdb5ea044f918c3f710f5f25e;hb=fb9fc395174138983a49f2da982ed14caabbe741;hp=5f4fdcf7c96e50124404e3e1fa16963bf9da9480;hpb=cb2ebc59ff52cee770cfd6ba5f23a6cc3c214648;p=mv-sheeva.git diff --git a/drivers/char/lcd.c b/drivers/char/lcd.c index 5f4fdcf7c96..4fe9206f84d 100644 --- a/drivers/char/lcd.c +++ b/drivers/char/lcd.c @@ -11,9 +11,6 @@ * March 2001: Ported from 2.0.34 by Liam Davies * */ - -#define RTC_IO_EXTENT 0x10 /*Only really two ports, but... */ - #include #include #include @@ -28,12 +25,9 @@ #include #include #include -#include #include "lcd.h" -static DEFINE_SPINLOCK(lcd_lock); - static int lcd_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg);