diff options
author | Mukesh Ojha <mojha@codeaurora.org> | 2018-08-24 18:03:53 +0530 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-08-30 12:56:40 +0200 |
commit | 13ba17bee18e321b073b49a88dcab10881f757da (patch) | |
tree | 4a5eac0b787bf76a8593da97dbf408dc24c00196 /lib | |
parent | cb9d7fd51d9fbb329d182423bd7b92d0f8cb0e01 (diff) | |
download | linux-13ba17bee18e321b073b49a88dcab10881f757da.tar.bz2 |
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 'lib')
-rw-r--r-- | lib/percpu_counter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/percpu_counter.c b/lib/percpu_counter.c index c72577e472f2..a66595ba5543 100644 --- a/lib/percpu_counter.c +++ b/lib/percpu_counter.c @@ -4,7 +4,6 @@ */ #include <linux/percpu_counter.h> -#include <linux/notifier.h> #include <linux/mutex.h> #include <linux/init.h> #include <linux/cpu.h> |