[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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user