diff options
Diffstat (limited to 'include/asm-sparc/of_device.h')
-rw-r--r-- | include/asm-sparc/of_device.h | 39 |
1 files changed, 2 insertions, 37 deletions
diff --git a/include/asm-sparc/of_device.h b/include/asm-sparc/of_device.h index fd8e95743139..e5f5aedc2293 100644 --- a/include/asm-sparc/of_device.h +++ b/include/asm-sparc/of_device.h | |||
@@ -7,11 +7,6 @@ | |||
7 | #include <linux/mod_devicetable.h> | 7 | #include <linux/mod_devicetable.h> |
8 | #include <asm/openprom.h> | 8 | #include <asm/openprom.h> |
9 | 9 | ||
10 | extern struct bus_type ebus_bus_type; | ||
11 | extern struct bus_type sbus_bus_type; | ||
12 | extern struct bus_type of_platform_bus_type; | ||
13 | #define of_bus_type of_platform_bus_type /* for compatibility */ | ||
14 | |||
15 | /* | 10 | /* |
16 | * The of_device is a kind of "base class" that is a superset of | 11 | * The of_device is a kind of "base class" that is a superset of |
17 | * struct device for use by devices attached to an OF node and | 12 | * struct device for use by devices attached to an OF node and |
@@ -35,39 +30,9 @@ struct of_device | |||
35 | extern void __iomem *of_ioremap(struct resource *res, unsigned long offset, unsigned long size, char *name); | 30 | extern void __iomem *of_ioremap(struct resource *res, unsigned long offset, unsigned long size, char *name); |
36 | extern void of_iounmap(struct resource *res, void __iomem *base, unsigned long size); | 31 | extern void of_iounmap(struct resource *res, void __iomem *base, unsigned long size); |
37 | 32 | ||
38 | extern struct of_device *of_find_device_by_node(struct device_node *); | 33 | /* These are just here during the transition */ |
39 | |||
40 | /* | ||
41 | * An of_platform_driver driver is attached to a basic of_device on | ||
42 | * the ISA, EBUS, and SBUS busses on sparc64. | ||
43 | */ | ||
44 | struct of_platform_driver | ||
45 | { | ||
46 | char *name; | ||
47 | struct of_device_id *match_table; | ||
48 | struct module *owner; | ||
49 | |||
50 | int (*probe)(struct of_device* dev, const struct of_device_id *match); | ||
51 | int (*remove)(struct of_device* dev); | ||
52 | |||
53 | int (*suspend)(struct of_device* dev, pm_message_t state); | ||
54 | int (*resume)(struct of_device* dev); | ||
55 | int (*shutdown)(struct of_device* dev); | ||
56 | |||
57 | struct device_driver driver; | ||
58 | }; | ||
59 | #define to_of_platform_driver(drv) container_of(drv,struct of_platform_driver, driver) | ||
60 | |||
61 | extern int of_register_driver(struct of_platform_driver *drv, | ||
62 | struct bus_type *bus); | ||
63 | extern void of_unregister_driver(struct of_platform_driver *drv); | ||
64 | extern struct of_device *of_platform_device_create(struct device_node *np, | ||
65 | const char *bus_id, | ||
66 | struct device *parent, | ||
67 | struct bus_type *bus); | ||
68 | |||
69 | /* This is just here during the transition */ | ||
70 | #include <linux/of_device.h> | 34 | #include <linux/of_device.h> |
35 | #include <linux/of_platform.h> | ||
71 | 36 | ||
72 | #endif /* __KERNEL__ */ | 37 | #endif /* __KERNEL__ */ |
73 | #endif /* _ASM_SPARC_OF_DEVICE_H */ | 38 | #endif /* _ASM_SPARC_OF_DEVICE_H */ |