From d6694fb05efb76fcc931bd1588facd28073fcaf0 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 30 Jul 2009 15:08:05 +0000 Subject: [s3c24xx] Get rid of gpio shadowing. I fail really to see why this would be necessary here. So get rid of it and see if anything breaks... git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17052 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/gta02-pm-gsm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/gta02-pm-gsm.c') diff --git a/target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/gta02-pm-gsm.c b/target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/gta02-pm-gsm.c index afb4182bf..687b260e1 100644 --- a/target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/gta02-pm-gsm.c +++ b/target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/gta02-pm-gsm.c @@ -30,7 +30,6 @@ #include #include #include -#include int gta_gsm_interrupts; EXPORT_SYMBOL(gta_gsm_interrupts); @@ -114,9 +113,9 @@ static void gsm_on_off(struct device *dev, int on) msleep(100); - gta02_gpb_setpin(GTA02_GPIO_MODEM_ON, 1); + s3c2410_gpio_setpin(GTA02_GPIO_MODEM_ON, 1); msleep(500); - gta02_gpb_setpin(GTA02_GPIO_MODEM_ON, 0); + s3c2410_gpio_setpin(GTA02_GPIO_MODEM_ON, 0); /* * workaround for calypso firmware moko10 and earlier, -- cgit v1.2.3