aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bonn <jonas.bonn@gmail.com>2008-11-19 17:11:05 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:11:05 +0000
commit1d3eeb351db2cc47e79d35ccf0584b4f259ecb6b (patch)
treeb4c0eb9355e3277de41fec130e8fc667f465f7d8
parent331a88d3fafe1dc3096ae10f33f0c3253962a8aa (diff)
Add missing function definitions
These functions are undefined at first use which causes the build to fail. Just push the definitions forward, for now. This file needs to be cleaned up a good bit, in general, so we'll put in a better fix at that time. For now, this builds, at least... Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
-rw-r--r--arch/arm/plat-s3c24xx/neo1973_pm_gps.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/neo1973_pm_gps.c b/arch/arm/plat-s3c24xx/neo1973_pm_gps.c
index a88b1a240d0..6fabf19d0da 100644
--- a/arch/arm/plat-s3c24xx/neo1973_pm_gps.c
+++ b/arch/arm/plat-s3c24xx/neo1973_pm_gps.c
@@ -313,6 +313,11 @@ static int gps_pwron_get(void)
}
+#ifdef CONFIG_MACH_NEO1973_GTA01
+static void gps_rst_set(int on);
+static int gps_rst_get(void);
+#endif
+
static ssize_t power_gps_read(struct device *dev,
struct device_attribute *attr, char *buf)
{