summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/include
diff options
context:
space:
mode:
authorStuart Yoder <stuart.yoder@nxp.com>2016-08-23 17:14:18 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-01 17:57:26 +0200
commit5143ecf6db0a97b5d5028c0e9ac3a430b51ebb13 (patch)
tree67297023ddd35a6d4ccd9a8c9e9b77e7e58c0a95 /drivers/staging/fsl-mc/include
parent7f59f4c71d727bd34dd604f368530cc36f4bfc93 (diff)
downloadlinux-5143ecf6db0a97b5d5028c0e9ac3a430b51ebb13.tar.bz2
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/include')
-rw-r--r--drivers/staging/fsl-mc/include/mc-sys.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/fsl-mc/include/mc-sys.h b/drivers/staging/fsl-mc/include/mc-sys.h
index 7a73cf6452f1..89ad0cf54702 100644
--- a/drivers/staging/fsl-mc/include/mc-sys.h
+++ b/drivers/staging/fsl-mc/include/mc-sys.h
@@ -37,8 +37,6 @@
#include <linux/types.h>
#include <linux/errno.h>
-#include <linux/io.h>
-#include <linux/dma-mapping.h>
#include <linux/mutex.h>
#include <linux/spinlock.h>