|
From: <bal...@us...> - 2007-06-30 12:03:05
|
Revision: 1097
http://svn.sourceforge.net/hackndev/?rev=1097&view=rev
Author: balrog-kun
Date: 2007-06-30 05:03:02 -0700 (Sat, 30 Jun 2007)
Log Message:
-----------
Account for merging of include/asm/hardware/ipaq-asic-led.h, by Elleo
Modified Paths:
--------------
linux4palm/linux/trunk/drivers/leds/leds-palmt650.c
Modified: linux4palm/linux/trunk/drivers/leds/leds-palmt650.c
===================================================================
--- linux4palm/linux/trunk/drivers/leds/leds-palmt650.c 2007-06-30 01:13:00 UTC (rev 1096)
+++ linux4palm/linux/trunk/drivers/leds/leds-palmt650.c 2007-06-30 12:03:02 UTC (rev 1097)
@@ -28,7 +28,7 @@
#define ASIC6_LED_AutoStopCount 0x0c
/* LED TimeBase bits */
-#include <asm/hardware/ipaq-asic-led.h>
+#include <asm/hardware/ipaq-asic2.h>
static void *asic6_base;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|