diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-17 13:13:42 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-02-17 13:13:42 -0500 |
commit | 405ae7d381302468ecc803f2148a2ae40a04c999 (patch) | |
tree | 7b1915220ae6595a28755fbbb32ee95d233a3da9 /include/linux/device.h | |
parent | ca820181fc187af316a18b2700582663662c4012 (diff) |
Replace remaining references to "driverfs" with "sysfs".
Globally, s/driverfs/sysfs/g.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 26e4692f2d1a..4cc6c935864f 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -101,7 +101,7 @@ extern int bus_unregister_notifier(struct bus_type *bus, | |||
101 | #define BUS_NOTIFY_UNBIND_DRIVER 0x00000004 /* driver about to be | 101 | #define BUS_NOTIFY_UNBIND_DRIVER 0x00000004 /* driver about to be |
102 | unbound */ | 102 | unbound */ |
103 | 103 | ||
104 | /* driverfs interface for exporting bus attributes */ | 104 | /* sysfs interface for exporting bus attributes */ |
105 | 105 | ||
106 | struct bus_attribute { | 106 | struct bus_attribute { |
107 | struct attribute attr; | 107 | struct attribute attr; |
@@ -146,7 +146,7 @@ extern void put_driver(struct device_driver * drv); | |||
146 | extern struct device_driver *driver_find(const char *name, struct bus_type *bus); | 146 | extern struct device_driver *driver_find(const char *name, struct bus_type *bus); |
147 | extern int driver_probe_done(void); | 147 | extern int driver_probe_done(void); |
148 | 148 | ||
149 | /* driverfs interface for exporting driver attributes */ | 149 | /* sysfs interface for exporting driver attributes */ |
150 | 150 | ||
151 | struct driver_attribute { | 151 | struct driver_attribute { |
152 | struct attribute attr; | 152 | struct attribute attr; |