diff options
author | Philippe Langlais <philippe.langlais@linaro.org> | 2011-04-04 10:34:30 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:14:45 +0200 |
commit | 89c875cca682d0551f19d728f3bca45928887608 (patch) | |
tree | d35f92669d2f213cc8fcf9939861885f97c9071b /arch/arm/mach-ux500/board-mop500-stuib.c | |
parent | 80634106fa116f4dc804b1692d80acfb71a68d9a (diff) |
mach-ux500: BU21013: Fix compilation in platform data
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500-stuib.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-stuib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-stuib.c b/arch/arm/mach-ux500/board-mop500-stuib.c index 8c979770d87..247cf226b9a 100644 --- a/arch/arm/mach-ux500/board-mop500-stuib.c +++ b/arch/arm/mach-ux500/board-mop500-stuib.c @@ -157,7 +157,7 @@ static struct bu21013_platform_device tsc_plat_device = { .irq = NOMADIK_GPIO_TO_IRQ(TOUCH_GPIO_PIN), .touch_x_max = TOUCH_XMAX, .touch_y_max = TOUCH_YMAX, - .ext_clk = false, + .has_ext_clk = false, .x_flip = false, .y_flip = true, }; @@ -169,7 +169,7 @@ static struct bu21013_platform_device tsc_plat2_device = { .irq = NOMADIK_GPIO_TO_IRQ(TOUCH_GPIO_PIN), .touch_x_max = TOUCH_XMAX, .touch_y_max = TOUCH_YMAX, - .ext_clk = false, + .has_ext_clk = false, .x_flip = false, .y_flip = true, }; |