linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Stephen Warren <swarren@wwwdotorg.org>
Cc: linux-input@vger.kernel.org, linux-tegra@vger.kernel.org,
	Stephen Warren <swarren@nvidia.com>
Subject: Re: [PATCH] Input: tegra: move platform data header
Date: Tue, 4 Sep 2012 23:06:00 -0700	[thread overview]
Message-ID: <20120905060600.GA25962@core.coreip.homeip.net> (raw)
In-Reply-To: <1346798431-28839-1-git-send-email-swarren@wwwdotorg.org>

On Tue, Sep 04, 2012 at 04:40:31PM -0600, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> Move the Tegra KBC platform data header out of arch/arm/mach-tegra, as
> a pre-requisite of single zImage.
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>

Applied, thank you Stephen.
 
> ---
>  drivers/input/keyboard/tegra-kbc.c                 |    2 +-
>  .../mach/kbc.h => include/linux/input/tegra_kbc.h  |    0
>  2 files changed, 1 insertions(+), 1 deletions(-)
>  rename arch/arm/mach-tegra/include/mach/kbc.h => include/linux/input/tegra_kbc.h (100%)
> 
> diff --git a/drivers/input/keyboard/tegra-kbc.c b/drivers/input/keyboard/tegra-kbc.c
> index 2c1c9ed..5faaf25 100644
> --- a/drivers/input/keyboard/tegra-kbc.c
> +++ b/drivers/input/keyboard/tegra-kbc.c
> @@ -29,8 +29,8 @@
>  #include <linux/of.h>
>  #include <linux/clk.h>
>  #include <linux/slab.h>
> +#include <linux/input/tegra_kbc.h>
>  #include <mach/clk.h>
> -#include <mach/kbc.h>
>  
>  #define KBC_MAX_DEBOUNCE_CNT	0x3ffu
>  
> diff --git a/arch/arm/mach-tegra/include/mach/kbc.h b/include/linux/input/tegra_kbc.h
> similarity index 100%
> rename from arch/arm/mach-tegra/include/mach/kbc.h
> rename to include/linux/input/tegra_kbc.h
> -- 
> 1.7.0.4
> 

-- 
Dmitry

      reply	other threads:[~2012-09-05  6:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-04 22:40 [PATCH] Input: tegra: move platform data header Stephen Warren
2012-09-05  6:06 ` 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=20120905060600.GA25962@core.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=swarren@nvidia.com \
    --cc=swarren@wwwdotorg.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 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).