From: Stephen Rothwell on 19 May 2010 12:00 Hi Len, On Tue, 30 Mar 2010 02:52:44 +0900 Tejun Heo <tj(a)kernel.org> wrote: > > Implicit slab.h inclusion via percpu.h is about to go away. Make sure > gfp.h or slab.h is included as necessary. Please apply this to the acpi tree (patch reposted below). From: Tejun Heo <tj(a)kernel.org> To: sfr(a)canb.auug.org.au, linux-next(a)vger.kernel.org, linux-kernel(a)vger.kernel.org Cc: Tejun Heo <tj(a)kernel.org>, Len Brown <lenb(a)kernel.org> Subject: [PATCH 16/17] acpi: update gfp/slab.h includes Date: Tue, 30 Mar 2010 02:52:44 +0900 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(a)kernel.org> Cc: Stephen Rothwell <sfr(a)canb.auug.org.au> Cc: Len Brown <lenb(a)kernel.org> --- drivers/acpi/apei/apei-base.c | 1 + drivers/acpi/atomicio.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/acpi/apei/apei-base.c b/drivers/acpi/apei/apei-base.c index c35fec7..2672880 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> diff --git a/drivers/acpi/atomicio.c b/drivers/acpi/atomicio.c index 4ed1385..e21b1e4 100644 --- a/drivers/acpi/atomicio.c +++ b/drivers/acpi/atomicio.c @@ -31,6 +31,7 @@ #include <linux/kref.h> #include <linux/rculist.h> #include <linux/interrupt.h> +#include <linux/slab.h> #include <acpi/atomicio.h> #define ACPI_PFX "ACPI: " -- 1.6.4.2 -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: mtd: update gfp/slab.h includes Next: timer/hrtimer: how do they work |