summaryrefslogtreecommitdiff
path: root/target/linux/s3c24xx/patches-2.6.24/1269-add-includes-from-checkpatch-fixes.patch.patch
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2008-12-12 11:58:53 +0000
committerMirko Vogt <mirko@openwrt.org>2008-12-12 11:58:53 +0000
commit614683faf8029100802db06a825648d0b6490285 (patch)
tree7401b135dc7ce24ff0175e67e0f2ce7f96296ff0 /target/linux/s3c24xx/patches-2.6.24/1269-add-includes-from-checkpatch-fixes.patch.patch
parent4a018d2445c5f249179ff82c8fffb0e3b717f738 (diff)
downloadmtk-20170518-614683faf8029100802db06a825648d0b6490285.zip
mtk-20170518-614683faf8029100802db06a825648d0b6490285.tar.gz
mtk-20170518-614683faf8029100802db06a825648d0b6490285.tar.bz2
changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of Openmoko)
SVN-Revision: 13613
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1269-add-includes-from-checkpatch-fixes.patch.patch')
-rw-r--r--target/linux/s3c24xx/patches-2.6.24/1269-add-includes-from-checkpatch-fixes.patch.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1269-add-includes-from-checkpatch-fixes.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1269-add-includes-from-checkpatch-fixes.patch.patch
new file mode 100644
index 0000000..0d61447
--- /dev/null
+++ b/target/linux/s3c24xx/patches-2.6.24/1269-add-includes-from-checkpatch-fixes.patch.patch
@@ -0,0 +1,34 @@
+From 241f69c55ee8f5dd067ebd2d51aa9fdedb212759 Mon Sep 17 00:00:00 2001
+From: Andy Green <andy@openmoko.com>
+Date: Fri, 8 Aug 2008 14:08:00 +0100
+Subject: [PATCH] add-includes-from-checkpatch-fixes.patch
+
+Signed-off-by: Andy Green <andy@openmoko.com>
+---
+ include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h | 1 +
+ include/asm-arm/arch-s3c2410/s3c24xx-serial.h | 5 +++++
+ 2 files changed, 6 insertions(+), 0 deletions(-)
+ create mode 100644 include/asm-arm/arch-s3c2410/neo1973-pm-gsm.h
+ create mode 100644 include/asm-arm/arch-s3c2410/s3c24xx-serial.h
+
+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 0000000..07c0728
+--- /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 0000000..4a95d7d
+--- /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);
+--
+1.5.6.5
+