Tracking branch error

Sean McNeil sean at mcneil.com
Sun Oct 19 21:53:57 CEST 2008


I've found the following prevents me from compiling the latest 
andy-tracking:

diff --git a/arch/arm/plat-s3c24xx/neo1973_pm_gps.c b/arch/arm/plat-s3c24xx/neo1973_pm_gps.c
index 1c419b1..34f5565 100644
--- a/arch/arm/plat-s3c24xx/neo1973_pm_gps.c
+++ b/arch/arm/plat-s3c24xx/neo1973_pm_gps.c
@@ -45,6 +45,9 @@ EXPORT_SYMBOL_GPL(neo1973_pm_gps_is_on);
 
 #ifdef CONFIG_MACH_NEO1973_GTA01
 
+static void gps_rst_set(int on);
+static int gps_rst_get(void);
+
 /* This is the 2.8V supply for the RTC crystal, the mail clock crystal and
  * the input to VDD_RF */
 static void gps_power_2v8_set(int on)


Eventually, I'd like to see no need to check GTA01 support for the 
kernel in order to compile for GTA02. Right now it looks like the PM for 
2410 is used in gta02 which prevents exclusion of gta01.

Cheers,
Sean




More information about the openmoko-kernel mailing list