summaryrefslogtreecommitdiffstats
path: root/drivers/base/driver.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2013-08-27 19:24:15 +0200
committerGreg Kroah-Hartman2013-08-27 19:24:15 +0200
commit63967685605b3c73c078807cd498c4fbf62847c1 (patch)
tree01854ae68f3b6ab0e7dd68bb6ddc39d9e312e51b /drivers/base/driver.c
parentHID: convert bus code to use dev_groups (diff)
downloadkernel-qcow2-linux-63967685605b3c73c078807cd498c4fbf62847c1.tar.gz
kernel-qcow2-linux-63967685605b3c73c078807cd498c4fbf62847c1.tar.xz
kernel-qcow2-linux-63967685605b3c73c078807cd498c4fbf62847c1.zip
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/driver.c')
-rw-r--r--drivers/base/driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/driver.c b/drivers/base/driver.c
index c7efccb6f3bb..9e29943e56ca 100644
--- a/drivers/base/driver.c
+++ b/drivers/base/driver.c
@@ -15,6 +15,7 @@
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/string.h>
+#include <linux/sysfs.h>
#include "base.h"
static struct device *next_device(struct klist_iter *i)