diff options
author | Lukas Wunner <[email protected]> | 2016-05-03 21:44:40 +0200 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2016-05-11 21:44:46 +0300 |
commit | 30cfe9f61c2e78b55b33c780bc0a57f9adb00e62 (patch) | |
tree | 48763a658053a263d7c65ccdec1487a7308d8ebd | |
parent | 873ffe154ae074c46ed2d72dbd9a2a99f06f55b4 (diff) |
mwifiex: Drop unnecessary include pcieport_if.h
This header file is only needed for drivers binding to a PCI bridge
device allocated by drivers/pci/pcie/portdrv_core.c. The mwifiex driver
doesn't do that nor use any symbols defined in pcieport_if.h.
Cc: Amitkumar Karwar <[email protected]>
Cc: Nishant Sarmukadam <[email protected]>
Signed-off-by: Lukas Wunner <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
-rw-r--r-- | drivers/net/wireless/marvell/mwifiex/pcie.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/marvell/mwifiex/pcie.h b/drivers/net/wireless/marvell/mwifiex/pcie.h index 9a1d09dbd2c2..2592e63c32cf 100644 --- a/drivers/net/wireless/marvell/mwifiex/pcie.h +++ b/drivers/net/wireless/marvell/mwifiex/pcie.h @@ -23,7 +23,6 @@ #define _MWIFIEX_PCIE_H #include <linux/pci.h> -#include <linux/pcieport_if.h> #include <linux/interrupt.h> #include "decl.h" |