linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iwlwifi: mvm: remove duplicated include from ops.c
@ 2019-01-17  7:00 YueHaibing
  2019-01-22 11:02 ` Luciano Coelho
  0 siblings, 1 reply; 6+ messages in thread
From: YueHaibing @ 2019-01-17  7:00 UTC (permalink / raw)
  To: johannes.berg, emmanuel.grumbach, luciano.coelho, linuxwifi, kvalo
  Cc: linux-kernel, netdev, linux-wireless, YueHaibing

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
index 30c5127..2e5621c 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
@@ -82,7 +82,6 @@
 #include "fw/api/scan.h"
 #include "time-event.h"
 #include "fw-api.h"
-#include "fw/api/scan.h"
 #include "fw/acpi.h"
 
 #define DRV_DESCRIPTION	"The new Intel(R) wireless AGN driver for Linux"
-- 
2.7.0



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

* Re: [PATCH] iwlwifi: mvm: remove duplicated include from ops.c
  2019-01-17  7:00 [PATCH] iwlwifi: mvm: remove duplicated include from ops.c YueHaibing
@ 2019-01-22 11:02 ` Luciano Coelho
  0 siblings, 0 replies; 6+ messages in thread
From: Luciano Coelho @ 2019-01-22 11:02 UTC (permalink / raw)
  To: YueHaibing, johannes.berg, emmanuel.grumbach, linuxwifi, kvalo
  Cc: linux-kernel, netdev, linux-wireless

On Thu, 2019-01-17 at 15:00 +0800, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---

Dropped, this is a duplicate.

--
Cheers,
Luca.


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

* Re: [PATCH] iwlwifi: mvm: remove duplicated include from ops.c
  2018-11-30 11:24 YueHaibing
@ 2018-12-03  9:51 ` Luciano Coelho
  0 siblings, 0 replies; 6+ messages in thread
From: Luciano Coelho @ 2018-12-03  9:51 UTC (permalink / raw)
  To: YueHaibing, johannes.berg, emmanuel.grumbach, kvalo
  Cc: linux-kernel, netdev, linux-wireless

On Fri, 2018-11-30 at 19:24 +0800, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---

Thanks! I applied this to our internal tree and it will reach the
mainline following our normal upstreaming process.

--
Cheers,
Luca.


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

* [PATCH] iwlwifi: mvm: remove duplicated include from ops.c
@ 2018-11-30 11:24 YueHaibing
  2018-12-03  9:51 ` Luciano Coelho
  0 siblings, 1 reply; 6+ messages in thread
From: YueHaibing @ 2018-11-30 11:24 UTC (permalink / raw)
  To: johannes.berg, emmanuel.grumbach, luciano.coelho, kvalo
  Cc: linux-kernel, netdev, linux-wireless, YueHaibing

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
index a31dc99..b85c877 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
@@ -82,7 +82,6 @@
 #include "fw/api/scan.h"
 #include "time-event.h"
 #include "fw-api.h"
-#include "fw/api/scan.h"
 #include "fw/acpi.h"
 
 #define DRV_DESCRIPTION	"The new Intel(R) wireless AGN driver for Linux"
-- 
2.7.0



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

* Re: [PATCH] iwlwifi: mvm: remove duplicated include from ops.c
  2018-11-30 11:13 YueHaibing
@ 2018-11-30 11:17 ` YueHaibing
  0 siblings, 0 replies; 6+ messages in thread
From: YueHaibing @ 2018-11-30 11:17 UTC (permalink / raw)
  To: rafael.j.wysocki; +Cc: linux-kernel

Sorry, pls ignore this

On 2018/11/30 19:13, YueHaibing wrote:
> Remove duplicated include.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>  drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
> index a31dc99..b85c877 100644
> --- a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
> +++ b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
> @@ -82,7 +82,6 @@
>  #include "fw/api/scan.h"
>  #include "time-event.h"
>  #include "fw-api.h"
> -#include "fw/api/scan.h"
>  #include "fw/acpi.h"
>  
>  #define DRV_DESCRIPTION	"The new Intel(R) wireless AGN driver for Linux"
> 


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

* [PATCH] iwlwifi: mvm: remove duplicated include from ops.c
@ 2018-11-30 11:13 YueHaibing
  2018-11-30 11:17 ` YueHaibing
  0 siblings, 1 reply; 6+ messages in thread
From: YueHaibing @ 2018-11-30 11:13 UTC (permalink / raw)
  To: rafael.j.wysocki; +Cc: linux-kernel, YueHaibing

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
index a31dc99..b85c877 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
@@ -82,7 +82,6 @@
 #include "fw/api/scan.h"
 #include "time-event.h"
 #include "fw-api.h"
-#include "fw/api/scan.h"
 #include "fw/acpi.h"
 
 #define DRV_DESCRIPTION	"The new Intel(R) wireless AGN driver for Linux"
-- 
2.7.0



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

end of thread, other threads:[~2019-01-22 11:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17  7:00 [PATCH] iwlwifi: mvm: remove duplicated include from ops.c YueHaibing
2019-01-22 11:02 ` Luciano Coelho
  -- strict thread matches above, loose matches on Subject: below --
2018-11-30 11:24 YueHaibing
2018-12-03  9:51 ` Luciano Coelho
2018-11-30 11:13 YueHaibing
2018-11-30 11:17 ` YueHaibing

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).