Skip to content

Commit

Permalink
driver core: remove owner field from struct bus_type
Browse files Browse the repository at this point in the history
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: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Jan 25, 2008
1 parent e32cc73 commit cc972e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cc972e8

Please sign in to comment.