diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-27 13:24:15 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-27 13:24:15 -0400 |
commit | 63967685605b3c73c078807cd498c4fbf62847c1 (patch) | |
tree | 01854ae68f3b6ab0e7dd68bb6ddc39d9e312e51b /drivers/base/bus.c | |
parent | 0d4260e04d6e6c25dd091b1605c1d05c37891387 (diff) |
driver core: add #include <linux/sysfs.h> to core files.
This is needed to fix the build on sh systems.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/bus.c')
-rw-r--r-- | drivers/base/bus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/bus.c b/drivers/base/bus.c index 7fc2a13e84a1..4c289ab91357 100644 --- a/drivers/base/bus.c +++ b/drivers/base/bus.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/init.h> | 17 | #include <linux/init.h> |
18 | #include <linux/string.h> | 18 | #include <linux/string.h> |
19 | #include <linux/mutex.h> | 19 | #include <linux/mutex.h> |
20 | #include <linux/sysfs.h> | ||
20 | #include "base.h" | 21 | #include "base.h" |
21 | #include "power/power.h" | 22 | #include "power/power.h" |
22 | 23 | ||