Hmm, come to think of it... On Tue, 2014-02-11 at 08:40 +0200, Emmanuel Grumbach wrote: > +++ b/backport/backport-include/linux/acpi.h > @@ -0,0 +1,40 @@ > +#ifndef __BACKPORT_LINUX_ACPI_H > +#define __BACKPORT_LINUX_ACPI_H > +#include_next <linux/acpi.h> > +#include_next <linux/device.h> That include_next is probably wrong, if you really need linux/device.h you shouldn't use #include_next but a regular #include. johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html