1 diff -rauN asus_eee-0.39a1/asus_eee.c asus_eee-0.39a1-spinlock-kernel-2.6.39-patch/asus_eee.c
2 --- asus_eee-0.39a1/asus_eee.c 2009-08-05 18:55:34.000000000 +0200
3 +++ asus_eee-0.39a1-spinlock-kernel-2.6.39-patch/asus_eee.c 2011-06-24 08:49:28.000000000 +0200
5 static struct eeefv eee_fv_target;
6 static bool eee_fv_mod;
7 static struct delayed_work eee_work;
8 -static spinlock_t eee_driver_lock = SPIN_LOCK_UNLOCKED;
9 +DEFINE_SPINLOCK(eee_driver_lock);
12 module_param(writable, int, 0644);