linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / char / lcd.c
index da601fd..29963d8 100644 (file)
@@ -14,6 +14,7 @@
 
 #define RTC_IO_EXTENT  0x10    /*Only really two ports, but... */
 
+#include <linux/config.h>
 #include <linux/types.h>
 #include <linux/errno.h>
 #include <linux/miscdevice.h>
@@ -598,7 +599,7 @@ static ssize_t lcd_read(struct file *file, char *buf,
  *     The various file operations we support.
  */
 
-static const struct file_operations lcd_fops = {
+static struct file_operations lcd_fops = {
        .read = lcd_read,
        .ioctl = lcd_ioctl,
        .open = lcd_open,