summaryrefslogtreecommitdiff
path: root/fs
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 /fs
parentcb9d7fd51d9fbb329d182423bd7b92d0f8cb0e01 (diff)
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 'fs')
-rw-r--r--fs/buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/buffer.c b/fs/buffer.c
index 4cc679d5bf58..6f1ae3ac9789 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -39,7 +39,6 @@
#include <linux/buffer_head.h>
#include <linux/task_io_accounting_ops.h>
#include <linux/bio.h>
-#include <linux/notifier.h>
#include <linux/cpu.h>
#include <linux/bitops.h>
#include <linux/mpage.h>