diff mbox series

[-next] net: ipa: remove duplicate headers

Message ID 20200507133945.25601-1-chenzhou10@huawei.com
State Not Applicable
Delegated to: David Miller
Headers show
Series [-next] net: ipa: remove duplicate headers | expand

Commit Message

chenzhou May 7, 2020, 1:39 p.m. UTC
Remove duplicate headers which are included twice.

Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
---
 drivers/net/ipa/ipa_mem.c | 1 -
 1 file changed, 1 deletion(-)

Comments

David Miller May 7, 2020, 8:26 p.m. UTC | #1
From: Chen Zhou <chenzhou10@huawei.com>
Date: Thu, 7 May 2020 21:39:45 +0800

> Remove duplicate headers which are included twice.
> 
> Signed-off-by: Chen Zhou <chenzhou10@huawei.com>

The net-next tree already has this fixed.
diff mbox series

Patch

diff --git a/drivers/net/ipa/ipa_mem.c b/drivers/net/ipa/ipa_mem.c
index aa8f6b0f3d50..3ef814119aab 100644
--- a/drivers/net/ipa/ipa_mem.c
+++ b/drivers/net/ipa/ipa_mem.c
@@ -17,7 +17,6 @@ 
 #include "ipa_data.h"
 #include "ipa_cmd.h"
 #include "ipa_mem.h"
-#include "ipa_data.h"
 #include "ipa_table.h"
 #include "gsi_trans.h"