cgroup: drop const from @buffer of cftype->write_string()
[linux-2.6-block.git] / net / core / netprio_cgroup.c
index f9f3a40d3350e8f7ecd731c2c9ddbd226973a170..3825f669147b429dc10efe2204c1b7523092c66c 100644 (file)
@@ -186,7 +186,7 @@ static int read_priomap(struct seq_file *sf, void *v)
 }
 
 static int write_priomap(struct cgroup_subsys_state *css, struct cftype *cft,
-                        const char *buffer)
+                        char *buffer)
 {
        char devname[IFNAMSIZ + 1];
        struct net_device *dev;