mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
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:
parent
e744e45ab9
commit
693c5a9d43
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user