diff options
author | Mukesh Ojha <mojha@codeaurora.org> | 2018-08-24 08:33:53 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-08-30 06:56:40 -0400 |
commit | 13ba17bee18e321b073b49a88dcab10881f757da (patch) | |
tree | 4a5eac0b787bf76a8593da97dbf408dc24c00196 /mm/page_alloc.c | |
parent | cb9d7fd51d9fbb329d182423bd7b92d0f8cb0e01 (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 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index e75865d58ba7..05e983f42316 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -32,7 +32,6 @@ | |||
32 | #include <linux/slab.h> | 32 | #include <linux/slab.h> |
33 | #include <linux/ratelimit.h> | 33 | #include <linux/ratelimit.h> |
34 | #include <linux/oom.h> | 34 | #include <linux/oom.h> |
35 | #include <linux/notifier.h> | ||
36 | #include <linux/topology.h> | 35 | #include <linux/topology.h> |
37 | #include <linux/sysctl.h> | 36 | #include <linux/sysctl.h> |
38 | #include <linux/cpu.h> | 37 | #include <linux/cpu.h> |