On Tue, Sep 04, 2012 at 04:40:31PM -0600, Stephen Warren wrote: > From: Stephen Warren <swarren@xxxxxxxxxx> > > 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@xxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html