summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 92677f5aa7f..0060f0399a4 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -48,7 +48,7 @@
#include <mach/setup.h>
#include <mach/devices.h>
#include <mach/sensors1p.h>
-#include <mach/ab8500-accdet.h>
+#include <mach/abx500-accdet.h>
#include <mach/irqs.h>
#include <mach/ste_audio.h>
#include <mach/ste-dma40-db8500.h>
@@ -144,7 +144,7 @@ static struct ab8500_gpio_platform_data ab8500_gpio_pdata = {
};
#ifdef CONFIG_INPUT_AB8500_ACCDET
-static struct ab8500_accdet_platform_data ab8500_accdet_pdata = {
+static struct abx500_accdet_platform_data ab8500_accdet_pdata = {
.btn_keycode = KEY_MEDIA,
.accdet1_dbth = ACCDET1_TH_1200mV | ACCDET1_DB_70ms,
.accdet2122_th = ACCDET21_TH_1000mV | ACCDET22_TH_1000mV,