]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/misc/legousbtower.c
[PATCH] Off-by-one in drivers/char/mwave/mwavedd.c
[linux-2.6-omap-h63xx.git] / drivers / usb / misc / legousbtower.c
index 779bcf0373adb9e75224bdbdab3a7306f88dfb30..77c36e63c7bff169c405357bbec5270565ab80bb 100644 (file)
@@ -75,7 +75,6 @@
  *   - move reset into open to clean out spurious data
  */
 
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
 #include <linux/init.h>
@@ -260,7 +259,7 @@ static void tower_disconnect        (struct usb_interface *interface);
 static DEFINE_MUTEX (disconnect_mutex);
 
 /* file operations needed when we register this driver */
-static struct file_operations tower_fops = {
+static const struct file_operations tower_fops = {
        .owner =        THIS_MODULE,
        .read  =        tower_read,
        .write =        tower_write,