diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2013-11-08 23:41:42 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-11-12 00:36:05 (GMT) |
commit | 6c7b4ac9363488a5d19ea26f864f0a8866ea5b49 (patch) | |
tree | 95ce8e22b1ccadcab16bc5fbd8190118aae86158 | |
parent | 473b1716256d2b01bfd105e6af96ccc34b951fe3 (diff) | |
download | linux-6c7b4ac9363488a5d19ea26f864f0a8866ea5b49.tar.xz |
mm/staging: remove unnecessary inclusion of bootmem.h
Clean-up to remove depedency with bootmem headers.
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: William Hubbs <w.d.hubbs@gmail.com>
Cc: Chris Brannon <chris@the-brannons.com>
Cc: Kirk Reiser <kirk@reisers.ca>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/speakup/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/speakup/main.c b/drivers/staging/speakup/main.c index 47502fa..ef5933b 100644 --- a/drivers/staging/speakup/main.c +++ b/drivers/staging/speakup/main.c @@ -37,8 +37,6 @@ #include <linux/input.h> #include <linux/kmod.h> -#include <linux/bootmem.h> /* for alloc_bootmem */ - /* speakup_*_selection */ #include <linux/module.h> #include <linux/sched.h> |