diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-11 11:44:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-11 11:44:59 +0000 |
commit | 1eb35dd1c8098556de0c174f780cff15eb212d4f (patch) | |
tree | 5041c300eadaa3d1ea18f435f7c98ee17ddaee8b /package/b43/src/phy.c | |
parent | 1bca0cc51704b5ef57c5e3a9d7a1b80633486d16 (diff) | |
download | mtk-20170518-1eb35dd1c8098556de0c174f780cff15eb212d4f.zip mtk-20170518-1eb35dd1c8098556de0c174f780cff15eb212d4f.tar.gz mtk-20170518-1eb35dd1c8098556de0c174f780cff15eb212d4f.tar.bz2 |
add b43 fixes from #2677
SVN-Revision: 9535
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 5f7ffa0..3d4ed64 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" |