net: Move network device exit batching
[safe/jmp/linux-2.6] / net / mac80211 / rc80211_minstrel_debugfs.c
index 3d72ec5..a715d94 100644 (file)
@@ -139,7 +139,7 @@ minstrel_stats_release(struct inode *inode, struct file *file)
        return 0;
 }
 
-static struct file_operations minstrel_stat_fops = {
+static const struct file_operations minstrel_stat_fops = {
        .owner = THIS_MODULE,
        .open = minstrel_stats_open,
        .read = minstrel_stats_read,