aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorMukesh Ojha <mojha@codeaurora.org>2018-08-24 18:03:53 +0530
committerThomas Gleixner <tglx@linutronix.de>2018-08-30 12:56:40 +0200
commit13ba17bee18e321b073b49a88dcab10881f757da (patch)
tree4a5eac0b787bf76a8593da97dbf408dc24c00196 /net/core
parentwatchdog: Mark watchdog touch functions as notrace (diff)
downloadlinux-dev-13ba17bee18e321b073b49a88dcab10881f757da.tar.xz
linux-dev-13ba17bee18e321b073b49a88dcab10881f757da.zip
notifier: Remove notifier header file wherever not used
The conversion of the hotplug notifiers to a state machine left the notifier.h includes around in some places. Remove them. Signed-off-by: Mukesh Ojha <mojha@codeaurora.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/1535114033-4605-1-git-send-email-mojha@codeaurora.org
Diffstat (limited to 'net/core')
-rw-r--r--net/core/dev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 325fc5088370..82114e1111e6 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -93,7 +93,6 @@
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/ethtool.h>
-#include <linux/notifier.h>
#include <linux/skbuff.h>
#include <linux/bpf.h>
#include <linux/bpf_trace.h>