diff options
author | Balaji Rao <balajirrao@openmoko.org> | 2009-01-09 09:04:12 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2009-01-09 09:04:12 +0000 |
commit | 458301db547e53750141e33668dc6d55789aec32 (patch) | |
tree | 2864b0d1605b1c21adc4e8965683098742a4e7f2 | |
parent | 92e70d4f5df7c1a67980bd9b487baf47c9874878 (diff) |
Update mach-gta01.c to reflect the new plat-s3c changes.
Signed-off-by: Balaji Rao <balajirrao@openmoko.org>
-rw-r--r-- | arch/arm/mach-s3c2410/mach-gta01.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c index 76abedd39b6..117062c959f 100644 --- a/arch/arm/mach-s3c2410/mach-gta01.c +++ b/arch/arm/mach-s3c2410/mach-gta01.c @@ -765,7 +765,7 @@ static void __init gta01_machine_init(void) platform_add_devices(gta01_devices, ARRAY_SIZE(gta01_devices)); - s3c2410_pm_init(); + s3c_pm_init(); set_irq_type(GTA01_IRQ_MODEM, IRQ_TYPE_EDGE_RISING); rc = request_irq(GTA01_IRQ_MODEM, gta01_modem_irq, IRQF_DISABLED, |