diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-11 11:44:59 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-11 11:44:59 +0000 |
commit | ee77183476f16696a05a6bf0e34a34e812c7613a (patch) | |
tree | 082bbcfc88019a856d9da9d8a7022f3ce3b8fc26 /package/b43/src/phy.c | |
parent | f56b55940b85b85eab5b3c98eb2a65962657d3b7 (diff) |
add b43 fixes from #2677
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9535 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/b43/src/phy.c')
-rw-r--r-- | package/b43/src/phy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/b43/src/phy.c b/package/b43/src/phy.c index 5f7ffa0a76..3d4ed647c3 100644 --- a/package/b43/src/phy.c +++ b/package/b43/src/phy.c @@ -26,6 +26,7 @@ */ #include <linux/delay.h> +#include <linux/io.h> #include <linux/types.h> #include "b43.h" |