diff options
author | Jonas Bonn <jonas.bonn@gmail.com> | 2008-11-19 17:11:05 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:11:05 +0000 |
commit | 1d3eeb351db2cc47e79d35ccf0584b4f259ecb6b (patch) | |
tree | b4c0eb9355e3277de41fec130e8fc667f465f7d8 /arch/arm/plat-s3c24xx | |
parent | 331a88d3fafe1dc3096ae10f33f0c3253962a8aa (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>
Diffstat (limited to 'arch/arm/plat-s3c24xx')
-rw-r--r-- | arch/arm/plat-s3c24xx/neo1973_pm_gps.c | 5 |
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) { |