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 | 9a6555f81a81455566f0d173b8a651e20e6f33e9 (patch) | |
tree | 4a34922cd8097080d0dcfd1a4baa7b1423558220 /include/asm-arm/arch-s3c2410 | |
parent | 4d451fcad3acbd518219b6dbcf10918fae3e1af4 (diff) |
add-includes-from-checkpatch-fixes.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'include/asm-arm/arch-s3c2410')
-rw-r--r-- | include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h | 1 | ||||
-rw-r--r-- | include/asm-arm/arch-s3c2410/s3c24xx-serial.h | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h b/include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h new file mode 100644 index 00000000000..07c07280307 --- /dev/null +++ b/include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h @@ -0,0 +1 @@ +extern int gta_gsm_interrupts; diff --git a/include/asm-arm/arch-s3c2410/s3c24xx-serial.h b/include/asm-arm/arch-s3c2410/s3c24xx-serial.h new file mode 100644 index 00000000000..4a95d7d25e4 --- /dev/null +++ b/include/asm-arm/arch-s3c2410/s3c24xx-serial.h @@ -0,0 +1,5 @@ +#include <linux/resume-dependency.h> + +extern void s3c24xx_serial_console_set_silence(int silence); +extern void s3c24xx_serial_register_resume_dependency(struct resume_dependency * + resume_dependency, int uart_index); |