]> err.no Git - linux-2.6/blobdiff - drivers/media/radio/radio-maxiradio.c
Merge git://git.infradead.org/mtd-2.6
[linux-2.6] / drivers / media / radio / radio-maxiradio.c
index c2eeae7a10d02eb37e65f1b430ca3deb959edb38..6beeb74004b1349a90f17f97e3f784b77dfc2663 100644 (file)
@@ -35,7 +35,6 @@
 #include <linux/init.h>
 #include <linux/ioport.h>
 #include <linux/delay.h>
-#include <linux/sched.h>
 #include <asm/io.h>
 #include <asm/uaccess.h>
 #include <linux/mutex.h>
@@ -91,7 +90,7 @@ module_param(radio_nr, int, 0);
 static int radio_ioctl(struct inode *inode, struct file *file,
                       unsigned int cmd, unsigned long arg);
 
-static struct file_operations maxiradio_fops = {
+static const struct file_operations maxiradio_fops = {
        .owner          = THIS_MODULE,
        .open           = video_exclusive_open,
        .release        = video_exclusive_release,