]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/core/file.c
Remove all inclusions of <linux/config.h>
[linux-2.6-omap-h63xx.git] / drivers / usb / core / file.c
index 8de4f8c99d61f3a7cb01696bde29202ed814b160..f794f07cfb3330f92ebfb135f1f0b8e601613594 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * drivers/usb/file.c
+ * drivers/usb/core/file.c
  *
  * (C) Copyright Linus Torvalds 1999
  * (C) Copyright Johannes Erdfelt 1999-2001
@@ -55,7 +55,7 @@ static int usb_open(struct inode * inode, struct file * file)
        return err;
 }
 
-static struct file_operations usb_fops = {
+static const struct file_operations usb_fops = {
        .owner =        THIS_MODULE,
        .open =         usb_open,
 };