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>
This commit is contained in:
Stuart Yoder 2016-08-23 17:14:08 -05:00 committed by Greg Kroah-Hartman
parent e744e45ab9
commit 693c5a9d43
4 changed files with 0 additions and 6 deletions

View 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

View 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",

View File

@ -13,7 +13,6 @@
#include "../include/mc.h"
#include <linux/mutex.h>
#include <linux/stringify.h>
struct irq_domain;
struct msi_domain_info;

View 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"