r2187 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Thu Jun 7 09:59:08 CEST 2007


Author: laforge
Date: 2007-06-07 09:59:07 +0200 (Thu, 07 Jun 2007)
New Revision: 2187

Modified:
   trunk/src/target/kernel/patches/pcf50633.patch
Log:
fix include file (gta02 rather than gta01) to make it compile when GTA02 support is enabled


Modified: trunk/src/target/kernel/patches/pcf50633.patch
===================================================================
--- trunk/src/target/kernel/patches/pcf50633.patch	2007-06-07 04:24:20 UTC (rev 2186)
+++ trunk/src/target/kernel/patches/pcf50633.patch	2007-06-07 07:59:07 UTC (rev 2187)
@@ -85,7 +85,7 @@
 +#include <linux/apm-emulation.h>
 +
 +#include <asm/mach-types.h>
-+#include <asm/arch/gta01.h>
++#include <asm/arch/gta02.h>
 +
 +#include "pcf50633.h"
 +
@@ -857,7 +857,7 @@
 + * Charger Control
 + ***********************************************************************/
 +
-+/* Enable/disable fast charging (500mA in the GTA01) */
++/* Enable/disable fast charging (500mA in the GTA02) */
 +void pcf50633_charge_fast(struct pcf50633_data *pcf, int on)
 +{
 +#if 0





More information about the commitlog mailing list