On Wed, 02 May 2007 07:36:01 +0200 Johannes Berg [off-list ref] wrote:
quoted hunk ↗ jump to hunk
--- wireless-dev.orig/drivers/macintosh/via-pmu-led.c 2007-05-01 11:35:45.354734191 +0200
+++ wireless-dev/drivers/macintosh/via-pmu-led.c 2007-05-01 11:36:25.454734191 +0200
@@ -31,7 +31,8 @@ static spinlock_t pmu_blink_lock;
static struct adb_request pmu_blink_req;
/* -1: no change, 0: request off, 1: request on */
static int requested_change;
-static int sleeping;
+
+extern int pmu_sys_suspended;
Extern declarations should be in include files.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/