[Armadeus-commitlog] SF.net SVN: armadeus:[1277] trunk/target/linux/modules/pwm/pwm.c
Brought to you by:
sszy
|
From: <th...@us...> - 2009-05-14 10:05:39
|
Revision: 1277
http://armadeus.svn.sourceforge.net/armadeus/?rev=1277&view=rev
Author: thom25
Date: 2009-05-14 10:05:30 +0000 (Thu, 14 May 2009)
Log Message:
-----------
[LINUX] apf9328 compile again
Modified Paths:
--------------
trunk/target/linux/modules/pwm/pwm.c
Modified: trunk/target/linux/modules/pwm/pwm.c
===================================================================
--- trunk/target/linux/modules/pwm/pwm.c 2009-05-14 08:56:53 UTC (rev 1276)
+++ trunk/target/linux/modules/pwm/pwm.c 2009-05-14 10:05:30 UTC (rev 1277)
@@ -858,6 +858,7 @@
*/
static irqreturn_t pwm_interrupt(int irq, void *dev_id)
{
+ u32 status;
int remaining = 0;
struct pwm_device *pwm = (struct pwm_device *) dev_id;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|