tools, bpftool: Remove two unused variables.
[linux-2.6-microblaze.git] / include / linux / w1.h
index cebf346..949d3b1 100644 (file)
@@ -269,7 +269,7 @@ struct w1_family {
        struct list_head        family_entry;
        u8                      fid;
 
-       struct w1_family_ops    *fops;
+       const struct w1_family_ops *fops;
 
        const struct of_device_id *of_match_table;