Added target architecture name for ps3
[openwrt.git] / package / libertas / src / if_usb.c
index 74ac86e..97a8119 100644 (file)
@@ -6,7 +6,9 @@
 #include <linux/firmware.h>
 #include <linux/netdevice.h>
 #include <linux/usb.h>
-//#include <asm/olpc.h>
+#ifdef CONFIG_OLPC
+#include <asm/olpc.h>
+#endif
 
 #define DRV_NAME "usb8xxx"
 
This page took 0.024268 seconds and 4 git commands to generate.