summaryrefslogtreecommitdiffstats
path: root/kernel/printk
diff options
context:
space:
mode:
authorMukesh Ojha2018-08-24 14:33:53 +0200
committerThomas Gleixner2018-08-30 12:56:40 +0200
commit13ba17bee18e321b073b49a88dcab10881f757da (patch)
tree4a5eac0b787bf76a8593da97dbf408dc24c00196 /kernel/printk
parentwatchdog: Mark watchdog touch functions as notrace (diff)
downloadkernel-qcow2-linux-13ba17bee18e321b073b49a88dcab10881f757da.tar.gz
kernel-qcow2-linux-13ba17bee18e321b073b49a88dcab10881f757da.tar.xz
kernel-qcow2-linux-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 'kernel/printk')
-rw-r--r--kernel/printk/printk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c
index 924e37fb1620..fd6f8ed28e01 100644
--- a/kernel/printk/printk.c
+++ b/kernel/printk/printk.c
@@ -38,7 +38,6 @@
#include <linux/kmsg_dump.h>
#include <linux/syslog.h>
#include <linux/cpu.h>
-#include <linux/notifier.h>
#include <linux/rculist.h>
#include <linux/poll.h>
#include <linux/irq_work.h>