aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-05-02 16:59:59 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-21 12:40:48 -0700
commit1740757e8f94c6899705eb6f5434de9404992778 (patch)
tree012bf37dae6c7705a50f88bbdd8d28d975a5dc46 /include/linux
parent[PATCH] platform_bus learns about modalias (diff)
downloadlinux-dev-1740757e8f94c6899705eb6f5434de9404992778.tar.xz
linux-dev-1740757e8f94c6899705eb6f5434de9404992778.zip
[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')
-rw-r--r--include/linux/device.h8
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);
extern void bus_rescan_devices(struct bus_type * bus);
-extern struct bus_type * get_bus(struct bus_type * bus);
-extern void put_bus(struct bus_type * bus);
-
-extern struct bus_type * find_bus(char * name);
-
/* iterator helpers for buses */
int bus_for_each_dev(struct bus_type * bus, struct device * start, void * data,
@@ -163,9 +158,6 @@ struct class {
extern int class_register(struct class *);
extern void class_unregister(struct class *);
-extern struct class * class_get(struct class *);
-extern void class_put(struct class *);
-
struct class_attribute {
struct attribute attr;