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/sysfs.c | |
parent | 1bca0cc51704b5ef57c5e3a9d7a1b80633486d16 (diff) | |
download | upstream-1eb35dd1c8098556de0c174f780cff15eb212d4f.tar.gz upstream-1eb35dd1c8098556de0c174f780cff15eb212d4f.tar.bz2 upstream-1eb35dd1c8098556de0c174f780cff15eb212d4f.zip |
add b43 fixes from #2677
SVN-Revision: 9535
Diffstat (limited to 'package/b43/src/sysfs.c')
-rw-r--r-- | package/b43/src/sysfs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/b43/src/sysfs.c b/package/b43/src/sysfs.c index fcb777383e..f4faff6a7d 100644 --- a/package/b43/src/sysfs.c +++ b/package/b43/src/sysfs.c @@ -23,13 +23,14 @@ */ +#include <linux/capability.h> +#include <linux/io.h> + #include "b43.h" #include "sysfs.h" #include "main.h" #include "phy.h" -#include <linux/capability.h> - #define GENERIC_FILESIZE 64 static int get_integer(const char *buf, size_t count) |