linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [2/4] ACPI / battery: reorder headers alphabetically
@ 2018-01-13 11:53 Ognjen Galić
  2018-01-14 11:55 ` Andy Shevchenko
  0 siblings, 1 reply; 8+ messages in thread
From: Ognjen Galić @ 2018-01-13 11:53 UTC (permalink / raw)
  To: Dmitry Rozhkov, rjw, lenb, linux-acpi, andriy.shevchenko

> -#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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-01-29  3:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-13 11:53 [2/4] ACPI / battery: reorder headers alphabetically Ognjen Galić
2018-01-14 11:55 ` Andy Shevchenko
2018-01-14 23:40   ` Rafael J. Wysocki
2018-01-14 23:50     ` Ognjen Galić
2018-01-15  0:06       ` Rafael J. Wysocki
2018-01-15  0:10         ` Ognjen Galić
2018-01-27  7:29         ` Ognjen Galić
2018-01-29  3:05           ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).