summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/include
diff options
context:
space:
mode:
authorStuart Yoder <stuart.yoder@nxp.com>2016-08-23 17:14:08 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-01 17:57:26 +0200
commit693c5a9d432d8f87ae494096189b209f75532d9a (patch)
tree83e872f59a43829091b6eaf9b33efe7d6ad1b67a /drivers/staging/fsl-mc/include
parente744e45ab92ede6932b55298e9657f878c73fbb4 (diff)
downloadlinux-693c5a9d432d8f87ae494096189b209f75532d9a.tar.bz2
staging: fsl-mc: remove unneeded includes
Over time we've accumulated some includes that are no longer needed. Remove them. 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-bus.h1
-rw-r--r--drivers/staging/fsl-mc/include/mc.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/fsl-mc/include/mc-bus.h b/drivers/staging/fsl-mc/include/mc-bus.h
index 2cdb5382696c..170684a57ca2 100644
--- a/drivers/staging/fsl-mc/include/mc-bus.h
+++ b/drivers/staging/fsl-mc/include/mc-bus.h
@@ -13,7 +13,6 @@
#include "../include/mc.h"
#include <linux/mutex.h>
-#include <linux/stringify.h>
struct irq_domain;
struct msi_domain_info;
diff --git a/drivers/staging/fsl-mc/include/mc.h b/drivers/staging/fsl-mc/include/mc.h
index 789e6a8c79ef..f6e720e84460 100644
--- a/drivers/staging/fsl-mc/include/mc.h
+++ b/drivers/staging/fsl-mc/include/mc.h
@@ -13,7 +13,6 @@
#include <linux/device.h>
#include <linux/mod_devicetable.h>
-#include <linux/list.h>
#include <linux/interrupt.h>
#include "../include/dprc.h"