diff options
author | Matteo Croce <matteo@openwrt.org> | 2008-02-10 20:30:28 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2008-02-10 20:30:28 +0000 |
commit | d46128a7133a43b3dea11e514e593a923af24659 (patch) | |
tree | b6eef676c9ca0f40807235bfdb6822c47bdd6abd /package/acx/patches/001-build-fix.diff | |
parent | cce312a2e65750a54b2b8c8a254eca7e6982e1bc (diff) | |
download | upstream-d46128a7133a43b3dea11e514e593a923af24659.tar.gz upstream-d46128a7133a43b3dea11e514e593a923af24659.tar.bz2 upstream-d46128a7133a43b3dea11e514e593a923af24659.zip |
update acx100
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10439 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx/patches/001-build-fix.diff')
-rw-r--r-- | package/acx/patches/001-build-fix.diff | 12 |
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 - |