Commit 693c5a9d authored by Stuart Yoder's avatar Stuart Yoder Committed by Greg Kroah-Hartman

staging: fsl-mc: remove unneeded includes

Over time we've accumulated some includes that are no longer
needed.  Remove them.
Signed-off-by: default avatarStuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e744e45a
......@@ -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
......
......@@ -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",
......
......@@ -13,7 +13,6 @@
#include "../include/mc.h"
#include <linux/mutex.h>
#include <linux/stringify.h>
struct irq_domain;
struct msi_domain_info;
......
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment