Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH net-next] net: ipa: remove duplicate include
@ 2020-08-19 2:46 Wang Hai
2020-08-20 23:30 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Wang Hai @ 2020-08-19 2:46 UTC (permalink / raw)
To: elder, davem, kuba; +Cc: netdev, linux-kernel
Remove linux/notifier.h which is included more than once
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
---
drivers/net/ipa/ipa.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ipa/ipa.h b/drivers/net/ipa/ipa.h
index 55115cfb2972..407fee841a9a 100644
--- a/drivers/net/ipa/ipa.h
+++ b/drivers/net/ipa/ipa.h
@@ -10,7 +10,6 @@
#include <linux/device.h>
#include <linux/notifier.h>
#include <linux/pm_wakeup.h>
-#include <linux/notifier.h>
#include "ipa_version.h"
#include "gsi.h"
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] net: ipa: remove duplicate include
2020-08-19 2:46 [PATCH net-next] net: ipa: remove duplicate include Wang Hai
@ 2020-08-20 23:30 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-08-20 23:30 UTC (permalink / raw)
To: wanghai38; +Cc: elder, kuba, netdev, linux-kernel
From: Wang Hai <wanghai38@huawei.com>
Date: Wed, 19 Aug 2020 10:46:45 +0800
> Remove linux/notifier.h which is included more than once
>
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Wang Hai <wanghai38@huawei.com>
Applied to net-next, thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-20 23:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19 2:46 [PATCH net-next] net: ipa: remove duplicate include Wang Hai
2020-08-20 23:30 ` David Miller
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).