diff options
Diffstat (limited to 'drivers/net/wireless/b43/sysfs.c')
-rw-r--r-- | drivers/net/wireless/b43/sysfs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/b43/sysfs.c b/drivers/net/wireless/b43/sysfs.c index fcb777383e70..f4faff6a7d6c 100644 --- a/drivers/net/wireless/b43/sysfs.c +++ b/drivers/net/wireless/b43/sysfs.c | |||
@@ -23,13 +23,14 @@ | |||
23 | 23 | ||
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include <linux/capability.h> | ||
27 | #include <linux/io.h> | ||
28 | |||
26 | #include "b43.h" | 29 | #include "b43.h" |
27 | #include "sysfs.h" | 30 | #include "sysfs.h" |
28 | #include "main.h" | 31 | #include "main.h" |
29 | #include "phy.h" | 32 | #include "phy.h" |
30 | 33 | ||
31 | #include <linux/capability.h> | ||
32 | |||
33 | #define GENERIC_FILESIZE 64 | 34 | #define GENERIC_FILESIZE 64 |
34 | 35 | ||
35 | static int get_integer(const char *buf, size_t count) | 36 | static int get_integer(const char *buf, size_t count) |