Skip to content

Commit a85442a

Browse files
nvswarrendtor
authored andcommitted
Input: tegra - move platform data header
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> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 77626eb commit a85442a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/input/keyboard/tegra-kbc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
#include <linux/of.h>
3030
#include <linux/clk.h>
3131
#include <linux/slab.h>
32+
#include <linux/input/tegra_kbc.h>
3233
#include <mach/clk.h>
33-
#include <mach/kbc.h>
3434

3535
#define KBC_MAX_DEBOUNCE_CNT 0x3ffu
3636

0 commit comments

Comments
 (0)