aboutsummaryrefslogtreecommitdiffstats
path: root/package/b43/src/sysfs.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-11-11 11:44:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-11-11 11:44:59 +0000
commitd5345b5f7a4a8f9ec4c1b4b9801a19b4ffd5d547 (patch)
tree082bbcfc88019a856d9da9d8a7022f3ce3b8fc26 /package/b43/src/sysfs.c
parent62ccdcedae255174a46ef74d2e0a887f16ddb30f (diff)
downloadupstream-d5345b5f7a4a8f9ec4c1b4b9801a19b4ffd5d547.tar.gz
upstream-d5345b5f7a4a8f9ec4c1b4b9801a19b4ffd5d547.tar.bz2
upstream-d5345b5f7a4a8f9ec4c1b4b9801a19b4ffd5d547.zip
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/sysfs.c')
-rw-r--r--package/b43/src/sysfs.c5
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)