}
EXPORT_SYMBOL_GPL(subsys_find_device_by_id);
-struct device_driver *next_driver(struct klist_iter *i)
+static struct device_driver *next_driver(struct klist_iter *i)
{
struct klist_node *n = klist_next(i);
struct driver_private *drv_priv;
}
return NULL;
}
-EXPORT_SYMBOL_GPL(next_driver);
/**
* bus_for_each_drv - driver iterator
extern struct kset *bus_get_kset(struct bus_type *bus);
extern struct klist *bus_get_device_klist(struct bus_type *bus);
-struct device_driver *next_driver(struct klist_iter *i);
#endif