diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c2442/mach-gta02.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2442/mach-gta02.c b/arch/arm/mach-s3c2442/mach-gta02.c index 9dac71f3675..b3fbc696d89 100644 --- a/arch/arm/mach-s3c2442/mach-gta02.c +++ b/arch/arm/mach-s3c2442/mach-gta02.c @@ -263,8 +263,8 @@ static struct resource gta02_glamo_resources[] = { .flags = IORESOURCE_IRQ, }, [2] = { - .start = GTA02_GPIO_3D_RESET, - .end = GTA02_GPIO_3D_RESET, + .start = S3C2410_BOARD_IRQ_START, + .flags = IORESOURCE_IRQ, }, }; |