diff options
author | Andy Green <andy@openmoko.com> | 2008-11-19 17:10:48 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:10:48 +0000 |
commit | 4d451fcad3acbd518219b6dbcf10918fae3e1af4 (patch) | |
tree | da0a0d9e86d3dbc4e858606106e090ca926b94ba /arch/arm/mach-s3c2410 | |
parent | e8809834486be97ee99e5fbf5af718ead804780d (diff) |
checkpatch-fixes.patch
This cleans out some random externs in C files that checkpatch does not like
and introduces a couple of .h files to contain them. Plus some other minor
checkpatch style complaints.
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-gta01.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c index e22381cb7bc..97f3d97ed4d 100644 --- a/arch/arm/mach-s3c2410/mach-gta01.c +++ b/arch/arm/mach-s3c2410/mach-gta01.c @@ -73,6 +73,8 @@ #include <asm/plat-s3c24xx/pm.h> #include <asm/plat-s3c24xx/udc.h> #include <asm/plat-s3c24xx/neo1973.h> +#include <asm/arch-s3c2410/neo1973-pm-gsm.h> + #include <linux/jbt6k74.h> static struct map_desc gta01_iodesc[] __initdata = { @@ -666,8 +668,6 @@ static void __init gta01_map_io(void) s3c24xx_init_uarts(gta01_uartcfgs, ARRAY_SIZE(gta01_uartcfgs)); } -extern int gta_gsm_interrupts; - static irqreturn_t gta01_modem_irq(int irq, void *param) { printk(KERN_DEBUG "GSM wakeup interrupt (IRQ %d)\n", irq); |