> -#include <linux/kernel.h> > -#include <linux/module.h> > -#include <linux/types.h> > -#include <linux/jiffies.h> > #include <linux/async.h> > -#include <linux/dmi.h> > #include <linux/delay.h> > +#include <linux/dmi.h> > +#include <linux/jiffies.h> > +#include <linux/kernel.h> > +#include <linux/module.h> > #include <linux/slab.h> > #include <linux/suspend.h> > -#include <asm/unaligned.h> > +#include <linux/types.h> These changes completely break my patch: https://patchwork.kernel.org/patch/10142157/ Can we please postpone this patch until I hear back from Rafael about my series, as my series does some of the things this patch series does (like defining pr_fmt to shorten log prints) and this is a much smaller changeset and would require small changes on conflicts compared to my series? Thanks. Ognjen -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html