aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2440
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2440')
-rw-r--r--arch/arm/mach-s3c2440/mach-gta02.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 6d9e432dde1..112f3150302 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -1340,6 +1340,14 @@ static struct resource gta02_button_resources[] = {
.start = GTA02_GPIO_JACK_INSERT,
.end = GTA02_GPIO_JACK_INSERT,
},
+ [3] = {
+ .start = 0,
+ .end = 0,
+ },
+ [4] = {
+ .start = 0,
+ .end = 0,
+ },
};
static struct platform_device gta02_button_dev = {