summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl-mc/bus/mc-sys.c
diff options
context:
space:
mode:
authorStuart Yoder <stuart.yoder@nxp.com>2016-08-23 22:14:18 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-01 15:57:26 (GMT)
commit5143ecf6db0a97b5d5028c0e9ac3a430b51ebb13 (patch)
tree67297023ddd35a6d4ccd9a8c9e9b77e7e58c0a95 /drivers/staging/fsl-mc/bus/mc-sys.c
parent7f59f4c71d727bd34dd604f368530cc36f4bfc93 (diff)
downloadlinux-5143ecf6db0a97b5d5028c0e9ac3a430b51ebb13.tar.xz
staging: fsl-mc: explicitly include files where they are needed
Instead of relying on mc-sys.h to include misc system headers, have the source files that need them explicitly do it themselves. Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fsl-mc/bus/mc-sys.c')
-rw-r--r--drivers/staging/fsl-mc/bus/mc-sys.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/fsl-mc/bus/mc-sys.c b/drivers/staging/fsl-mc/bus/mc-sys.c
index 23e82e4a..461abaa 100644
--- a/drivers/staging/fsl-mc/bus/mc-sys.c
+++ b/drivers/staging/fsl-mc/bus/mc-sys.c
@@ -39,6 +39,8 @@
#include <linux/slab.h>
#include <linux/ioport.h>
#include <linux/device.h>
+#include <linux/io.h>
+
#include "dpmcp.h"
/**