updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / eeepc-linux / asus_eee-0.39a1-spinlock-kernel-2.6.39.patch
blob9aab4aab60dc0981bc78711e193da005a1f855d3
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
4 @@ -78,7 +78,7 @@
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);