linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mwifiex: Drop unnecessary include pcieport_if.h
@ 2016-05-03 19:44 Lukas Wunner
  2016-05-11 18:50 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Wunner @ 2016-05-03 19:44 UTC (permalink / raw)
  To: linux-wireless; +Cc: Amitkumar Karwar, Nishant Sarmukadam

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 <akarwar@marvell.com>
Cc: Nishant Sarmukadam <nishants@marvell.com>
Signed-off-by: Lukas Wunner <lukas@wunner.de>
---
 drivers/net/wireless/marvell/mwifiex/pcie.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/marvell/mwifiex/pcie.h b/drivers/net/wireless/marvell/mwifiex/pcie.h
index 6fc2873..1ccd5ad 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    "main.h"
-- 
2.8.0.rc3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: mwifiex: Drop unnecessary include pcieport_if.h
  2016-05-03 19:44 [PATCH] mwifiex: Drop unnecessary include pcieport_if.h Lukas Wunner
@ 2016-05-11 18:50 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2016-05-11 18:50 UTC (permalink / raw)
  To: Lukas Wunner; +Cc: linux-wireless, Amitkumar Karwar, Nishant Sarmukadam

Lukas Wunner <lukas@wunner.de> wrote:
> 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 <akarwar@marvell.com>
> Cc: Nishant Sarmukadam <nishants@marvell.com>
> Signed-off-by: Lukas Wunner <lukas@wunner.de>

Thanks, 1 patch applied to wireless-drivers-next.git:

30cfe9f61c2e mwifiex: Drop unnecessary include pcieport_if.h

-- 
Sent by pwcli
https://patchwork.kernel.org/patch/9007981/


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-11 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-03 19:44 [PATCH] mwifiex: Drop unnecessary include pcieport_if.h Lukas Wunner
2016-05-11 18:50 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).