r1956 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Tue May 15 12:48:09 CEST 2007


Author: laforge
Date: 2007-05-15 12:48:06 +0200 (Tue, 15 May 2007)
New Revision: 1956

Modified:
   trunk/src/target/kernel/patches/hxd8-core.patch
Log:
* HXD8: fix IRQ constant for PCF50605 IRQ (Matt Hsu)


Modified: trunk/src/target/kernel/patches/hxd8-core.patch
===================================================================
--- trunk/src/target/kernel/patches/hxd8-core.patch	2007-05-15 04:10:26 UTC (rev 1955)
+++ trunk/src/target/kernel/patches/hxd8-core.patch	2007-05-15 10:48:06 UTC (rev 1956)
@@ -441,6 +441,6 @@
 +#define HXD8_GPIO_USB_PULLUP	S3C2410_GPB9
 +#define HXD8_GPIO_PCF50606	S3C2410_GPF6
 +
-+#define HXD8_IRQ_PCF50606	S3C2410_GPF6_EINT6
++#define HXD8_IRQ_PCF50606	IRQ_EINT6
 +
 +#endif





More information about the commitlog mailing list