mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
acx: fix X86 builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10183 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8da4ae349d
commit
7b647490c7
12
package/acx/patches/001-build-fix.diff
Normal file
12
package/acx/patches/001-build-fix.diff
Normal file
@ -0,0 +1,12 @@
|
||||
--- 20080112/pci.c 2008/01/12 12:16:53 8
|
||||
+++ 20080112/pci.c 2008/01/12 20:10:36 9
|
||||
@@ -2060,7 +2060,7 @@
|
||||
/* then wait until interrupts have finished executing on other CPUs */
|
||||
acx_lock(adev, flags);
|
||||
disable_acx_irq(adev);
|
||||
- synchronize_irq(adev->irq);
|
||||
+ synchronize_irq(adev->pdev->irq);
|
||||
acx_unlock(adev, flags);
|
||||
|
||||
/* we really don't want to have an asynchronous tasklet disturb us
|
||||
|
Loading…
Reference in New Issue
Block a user