From: "Ognjen Galić" <smclt30p@gmail.com>
To: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>,
rjw@rjwysocki.net, lenb@kernel.org, linux-acpi@vger.kernel.org,
andriy.shevchenko@linux.intel.com
Subject: Re: [2/4] ACPI / battery: reorder headers alphabetically
Date: Sat, 13 Jan 2018 12:53:31 +0100 [thread overview]
Message-ID: <20180113115331.GA13662@thinkpad> (raw)
> -#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
next reply other threads:[~2018-01-13 11:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-13 11:53 Ognjen Galić [this message]
2018-01-14 11:55 ` [2/4] ACPI / battery: reorder headers alphabetically 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180113115331.GA13662@thinkpad \
--to=smclt30p@gmail.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=dmitry.rozhkov@linux.intel.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=rjw@rjwysocki.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.