From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Damien Riegel <damien.riegel@savoirfairelinux.com>
Cc: linux-input@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
kernel@savoirfairelinux.com
Subject: Re: [PATCH v2 1/5] Input: pm8xxx-vib: reorder header alphabetically
Date: Tue, 4 Apr 2017 16:31:25 -0700 [thread overview]
Message-ID: <20170404233125.GA19744@dtor-ws> (raw)
In-Reply-To: <20170404154153.19901-1-damien.riegel@savoirfairelinux.com>
On Tue, Apr 04, 2017 at 11:41:49AM -0400, Damien Riegel wrote:
> Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Applied the lot, thank you.
> ---
> drivers/input/misc/pm8xxx-vibrator.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/input/misc/pm8xxx-vibrator.c b/drivers/input/misc/pm8xxx-vibrator.c
> index 5113877153d7..580448170342 100644
> --- a/drivers/input/misc/pm8xxx-vibrator.c
> +++ b/drivers/input/misc/pm8xxx-vibrator.c
> @@ -10,13 +10,13 @@
> * GNU General Public License for more details.
> */
>
> -#include <linux/module.h>
> -#include <linux/kernel.h>
> #include <linux/errno.h>
> -#include <linux/platform_device.h>
> #include <linux/input.h>
> -#include <linux/slab.h>
> +#include <linux/kernel.h>
> +#include <linux/module.h>
> +#include <linux/platform_device.h>
> #include <linux/regmap.h>
> +#include <linux/slab.h>
>
> #define VIB_DRV 0x4A
>
> --
> 2.12.1
>
--
Dmitry
prev parent reply other threads:[~2017-04-04 23:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-04 15:41 [PATCH v2 1/5] Input: pm8xxx-vib: reorder header alphabetically Damien Riegel
2017-04-04 15:41 ` [PATCH v2 2/5] Input: pm8xxx-vib: parametrize the driver Damien Riegel
2017-04-04 15:41 ` [PATCH v2 3/5] Input: pm8xxx-vib: handle separate enable register Damien Riegel
2017-04-04 15:41 ` [PATCH v2 4/5] dt-bindings: input: add pm8916-vib bindings Damien Riegel
2017-04-04 15:41 ` [PATCH v2 5/5] Input: pm8xxx-vib: add support for pm8916's vibrator Damien Riegel
2017-04-04 23:31 ` Dmitry Torokhov [this message]
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=20170404233125.GA19744@dtor-ws \
--to=dmitry.torokhov@gmail.com \
--cc=damien.riegel@savoirfairelinux.com \
--cc=kernel@savoirfairelinux.com \
--cc=linux-input@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
/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.