of: Remove duplicate fields from of_platform_driver
[pandora-kernel.git] / include / linux / of_platform.h
index ac3ae07..1643d37 100644 (file)
@@ -31,10 +31,6 @@ extern struct bus_type of_platform_bus_type;
  */
 struct of_platform_driver
 {
-       const char              *name;
-       const struct of_device_id       *match_table;
-       struct module           *owner;
-
        int     (*probe)(struct of_device* dev,
                         const struct of_device_id *match);
        int     (*remove)(struct of_device* dev);