projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix AutoLoad macro typos (#2765)
[openwrt.git]
/
package
/
b43
/
src
/
sysfs.c
diff --git
a/package/b43/src/sysfs.c
b/package/b43/src/sysfs.c
index
fcb7773
..
f4faff6
100644
(file)
--- 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)
This page took
0.019097 seconds
and
4
git commands to generate.