diff options
author | Tejun Heo <tj@kernel.org> | 2010-03-30 02:52:44 +0900 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-06-28 10:19:19 +1000 |
commit | e0fb8c418520b41d57667befdb8861c46cdf69e0 (patch) | |
tree | ac1693a0408b9762326a357727dfc9c6ebe13650 /drivers/acpi/apei/apei-base.c | |
parent | 327f935a9ef644c0ec3d050c94bce753756d60c0 (diff) | |
download | op-kernel-dev-e0fb8c418520b41d57667befdb8861c46cdf69e0.zip op-kernel-dev-e0fb8c418520b41d57667befdb8861c46cdf69e0.tar.gz |
acpi: update gfp/slab.h includes
Implicit slab.h inclusion via percpu.h is about to go away. Make sure
gfp.h or slab.h is included as necessary.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Len Brown <lenb@kernel.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'drivers/acpi/apei/apei-base.c')
-rw-r--r-- | drivers/acpi/apei/apei-base.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/apei/apei-base.c b/drivers/acpi/apei/apei-base.c index db3946e..216e1e9 100644 --- a/drivers/acpi/apei/apei-base.c +++ b/drivers/acpi/apei/apei-base.c @@ -34,6 +34,7 @@ #include <linux/module.h> #include <linux/init.h> #include <linux/acpi.h> +#include <linux/slab.h> #include <linux/io.h> #include <linux/kref.h> #include <linux/rculist.h> |