]> Pileus Git - ~andy/linux/blobdiff - arch/v850/kernel/rte_cb_leds.c
UML: make several more things static
[~andy/linux] / arch / v850 / kernel / rte_cb_leds.c
index 996bd4f33ecb11a84de31911cb44fa531d53a429..aa47ab1dcd87a866cf8ecb54000aef614bf8e70d 100644 (file)
@@ -117,7 +117,7 @@ static loff_t leds_dev_lseek (struct file *file, loff_t offs, int whence)
        return 0;
 }
 
-static struct file_operations leds_fops = {
+static const struct file_operations leds_fops = {
        .read           = leds_dev_read,
        .write          = leds_dev_write,
        .llseek         = leds_dev_lseek