Fix AutoLoad macro typos (#2765)
[openwrt.git] / package / b43 / src / sysfs.c
index fcb7773..f4faff6 100644 (file)
 
 */
 
+#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.