]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/nwbutton.c
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
[linux-2.6-omap-h63xx.git] / drivers / char / nwbutton.c
index f240a104d250e6f14e70ca5fdfd4eb9f2dd4bf74..7c57ebfa8640a578d2840ba00a38cef5388eb761 100644 (file)
@@ -183,7 +183,7 @@ static int button_read (struct file *filp, char __user *buffer,
  * attempts to perform these operations on the device.
  */
 
-static struct file_operations button_fops = {
+static const struct file_operations button_fops = {
        .owner          = THIS_MODULE,
        .read           = button_read,
 };