mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 11:09:41 +02:00
a95f9f92e2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13619 3c298f89-4303-0410-b956-a3cf2f4a3e73
28 lines
885 B
Diff
Executable File
28 lines
885 B
Diff
Executable File
From 19df66d3caeac4fe2a91edfc5b36869c96d8e991 Mon Sep 17 00:00:00 2001
|
|
From: Mike Westerhof <mwester@dls.net>
|
|
Date: Fri, 25 Jul 2008 23:06:18 +0100
|
|
Subject: [PATCH] Remove some bits of nspy + GSM flow control patches that leaked into stable
|
|
|
|
Signed-off-by: Mike Westerhof <mwester@dls.net>
|
|
---
|
|
arch/arm/plat-s3c24xx/neo1973_pm_gsm.c | 3 +++
|
|
1 files changed, 3 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c b/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c
|
|
index 6b6b2f4..dc27aea 100644
|
|
--- a/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c
|
|
+++ b/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c
|
|
@@ -31,6 +31,9 @@
|
|
#include <asm/arch/regs-gpioj.h>
|
|
#endif
|
|
|
|
+extern void s3c24xx_serial_register_resume_dependency(struct resume_dependency *
|
|
+ resume_dependency, int uart_index);
|
|
+
|
|
struct gta01pm_priv {
|
|
int gpio_ngsm_en;
|
|
int gpio_ndl_gsm;
|
|
--
|
|
1.5.6.3
|
|
|