aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/of_platform.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/of_platform.h b/include/linux/of_platform.h
index ac3ae0758fbe..1643d3761eb4 100644
--- a/include/linux/of_platform.h
+++ b/include/linux/of_platform.h
@@ -31,10 +31,6 @@ extern struct bus_type of_platform_bus_type;
31 */ 31 */
32struct of_platform_driver 32struct of_platform_driver
33{ 33{
34 const char *name;
35 const struct of_device_id *match_table;
36 struct module *owner;
37
38 int (*probe)(struct of_device* dev, 34 int (*probe)(struct of_device* dev,
39 const struct of_device_id *match); 35 const struct of_device_id *match);
40 int (*remove)(struct of_device* dev); 36 int (*remove)(struct of_device* dev);