]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/of_platform.h
[XFRM] user: Move attribute copying code into copy_to_user_state_extra
[linux-2.6-omap-h63xx.git] / include / linux / of_platform.h
index 5fd44e63fb2671d34df4f9e889569d8b1dde0ff5..448f70b30a0c81fd2148b0b04bbe150bec69e60c 100644 (file)
@@ -31,8 +31,8 @@ extern struct bus_type of_platform_bus_type;
  */
 struct of_platform_driver
 {
-       char                    *name;
-       struct of_device_id     *match_table;
+       const char              *name;
+       const struct of_device_id       *match_table;
        struct module           *owner;
 
        int     (*probe)(struct of_device* dev,