]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: fsl-mc: remove unneeded includes
authorStuart Yoder <stuart.yoder@nxp.com>
Tue, 23 Aug 2016 22:14:08 +0000 (17:14 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2016 15:57:26 +0000 (17:57 +0200)
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>
drivers/staging/fsl-mc/bus/fsl-mc-msi.c
drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c
drivers/staging/fsl-mc/include/mc-bus.h
drivers/staging/fsl-mc/include/mc.h

index 6e39a983f8e3fe7b17b43c41a77f7385af6d97c5..7c20f60a071a5dbe86a702cfa175be31c1160831 100644 (file)
@@ -17,8 +17,6 @@
 #include <linux/irq.h>
 #include <linux/irqdomain.h>
 #include <linux/msi.h>
-#include "../include/mc-sys.h"
-#include "dprc-cmd.h"
 
 /*
  * Generate a unique ID identifying the interrupt (only used within the MSI
index aac437963446345aa998ae41246209286f42852d..25863284b59275e267da7b576960624956583f0e 100644 (file)
@@ -17,8 +17,6 @@
 #include <linux/msi.h>
 #include <linux/of.h>
 #include <linux/of_irq.h>
-#include "../include/mc-sys.h"
-#include "dprc-cmd.h"
 
 static struct irq_chip its_msi_irq_chip = {
        .name = "fsl-mc-bus-msi",
index 2cdb5382696cc8697a19d95afe6aa3b42fcaa91a..170684a57ca238f15c5d427002204565edc084e4 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "../include/mc.h"
 #include <linux/mutex.h>
-#include <linux/stringify.h>
 
 struct irq_domain;
 struct msi_domain_info;
index 789e6a8c79ef682404b2b42d159cf3db7f290aac..f6e720e8446028fa7c6ea17b1e9f35e64b899573 100644 (file)
@@ -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"