[PATCH] Driver Core: remove unused exports

Cc: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman
2006-05-02 16:59:59 +02:00
parent a0245f7ad5
commit 1740757e8f
5 changed files with 4 additions and 26 deletions

View File

@@ -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;