X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fchar%2Flcd.c;h=4fe9206f84deaffcdb5ea044f918c3f710f5f25e;hb=7a1fc53c5adb910751a9b212af90302eb4ffb527;hp=5f4fdcf7c96e50124404e3e1fa16963bf9da9480;hpb=9654640d0af8f2de40ff3807d3695109d3463f54;p=linux-2.6 diff --git a/drivers/char/lcd.c b/drivers/char/lcd.c index 5f4fdcf7c9..4fe9206f84 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);