diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-05-02 10:59:59 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-21 15:40:48 -0400 |
commit | 1740757e8f94c6899705eb6f5434de9404992778 (patch) | |
tree | 012bf37dae6c7705a50f88bbdd8d28d975a5dc46 /include/linux/device.h | |
parent | a0245f7ad5214cb00131d7cd176446e067c913dc (diff) |
[PATCH] Driver Core: remove unused exports
Cc: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index b2e5da2b637b..ade10dd6b779 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -60,11 +60,6 @@ extern void bus_unregister(struct bus_type * bus); | |||
60 | 60 | ||
61 | extern void bus_rescan_devices(struct bus_type * bus); | 61 | extern void bus_rescan_devices(struct bus_type * bus); |
62 | 62 | ||
63 | extern struct bus_type * get_bus(struct bus_type * bus); | ||
64 | extern void put_bus(struct bus_type * bus); | ||
65 | |||
66 | extern struct bus_type * find_bus(char * name); | ||
67 | |||
68 | /* iterator helpers for buses */ | 63 | /* iterator helpers for buses */ |
69 | 64 | ||
70 | int bus_for_each_dev(struct bus_type * bus, struct device * start, void * data, | 65 | int bus_for_each_dev(struct bus_type * bus, struct device * start, void * data, |
@@ -163,9 +158,6 @@ struct class { | |||
163 | extern int class_register(struct class *); | 158 | extern int class_register(struct class *); |
164 | extern void class_unregister(struct class *); | 159 | extern void class_unregister(struct class *); |
165 | 160 | ||
166 | extern struct class * class_get(struct class *); | ||
167 | extern void class_put(struct class *); | ||
168 | |||
169 | 161 | ||
170 | struct class_attribute { | 162 | struct class_attribute { |
171 | struct attribute attr; | 163 | struct attribute attr; |