1 From 241f69c55ee8f5dd067ebd2d51aa9fdedb212759 Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Fri, 8 Aug 2008 14:08:00 +0100
4 Subject: [PATCH] add-includes-from-checkpatch-fixes.patch
6 Signed-off-by: Andy Green <andy@openmoko.com>
8 include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h | 1 +
9 include/asm-arm/arch-s3c2410/s3c24xx-serial.h | 5 +++++
10 2 files changed, 6 insertions(+), 0 deletions(-)
11 create mode 100644 include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h
12 create mode 100644 include/asm-arm/arch-s3c2410/s3c24xx-serial.h
14 diff --git a/include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h b/include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h
16 index 0000000..07c0728
18 +++ b/include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h
20 +extern int gta_gsm_interrupts;
21 diff --git a/include/asm-arm/arch-s3c2410/s3c24xx-serial.h b/include/asm-arm/arch-s3c2410/s3c24xx-serial.h
23 index 0000000..4a95d7d
25 +++ b/include/asm-arm/arch-s3c2410/s3c24xx-serial.h
27 +#include <linux/resume-dependency.h>
29 +extern void s3c24xx_serial_console_set_silence(int silence);
30 +extern void s3c24xx_serial_register_resume_dependency(struct resume_dependency *
31 + resume_dependency, int uart_index);