Skip to content
Snippets Groups Projects
Commit cc972e89 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

driver core: remove owner field from struct bus_type


This isn't used by anything in the driver core, and by no one in the 204
different usages of it in the kernel tree.  Remove this field so no one
gets any idea that it is needed to be used.

Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e32cc736
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,6 @@ extern void bus_remove_file(struct bus_type *, struct bus_attribute *);
struct bus_type {
const char * name;
struct module * owner;
struct kset subsys;
struct kset *drivers_kset;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment