aboutsummaryrefslogtreecommitdiffstats
path: root/package/acx/patches/001-build-fix.diff
diff options
context:
space:
mode:
authorMatteo Croce <rootkit85@yahoo.it>2008-02-10 20:30:28 +0000
committerMatteo Croce <rootkit85@yahoo.it>2008-02-10 20:30:28 +0000
commit43e70d58c6207121e6f1e209d3ce67ec63d342df (patch)
tree63f0bf6294ae801895c8194fd77ae2f1e6ac1a3f /package/acx/patches/001-build-fix.diff
parente9601bb0bef3615e1cc7eb3f05f9eb65ae9efab6 (diff)
downloadupstream-43e70d58c6207121e6f1e209d3ce67ec63d342df.tar.gz
upstream-43e70d58c6207121e6f1e209d3ce67ec63d342df.tar.bz2
upstream-43e70d58c6207121e6f1e209d3ce67ec63d342df.zip
update acx100
SVN-Revision: 10439
Diffstat (limited to 'package/acx/patches/001-build-fix.diff')
-rw-r--r--package/acx/patches/001-build-fix.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/acx/patches/001-build-fix.diff b/package/acx/patches/001-build-fix.diff
deleted file mode 100644
index b21893fc82..0000000000
--- a/package/acx/patches/001-build-fix.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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
-