aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index d5b1b7b3558e..d1a3a27c3988 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -102,7 +102,7 @@ extern int bus_unregister_notifier(struct bus_type *bus,
102#define BUS_NOTIFY_UNBIND_DRIVER 0x00000004 /* driver about to be 102#define BUS_NOTIFY_UNBIND_DRIVER 0x00000004 /* driver about to be
103 unbound */ 103 unbound */
104 104
105/* driverfs interface for exporting bus attributes */ 105/* sysfs interface for exporting bus attributes */
106 106
107struct bus_attribute { 107struct bus_attribute {
108 struct attribute attr; 108 struct attribute attr;
@@ -147,7 +147,7 @@ extern void put_driver(struct device_driver * drv);
147extern struct device_driver *driver_find(const char *name, struct bus_type *bus); 147extern struct device_driver *driver_find(const char *name, struct bus_type *bus);
148extern int driver_probe_done(void); 148extern int driver_probe_done(void);
149 149
150/* driverfs interface for exporting driver attributes */ 150/* sysfs interface for exporting driver attributes */
151 151
152struct driver_attribute { 152struct driver_attribute {
153 struct attribute attr; 153 struct attribute attr;