projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
also ignore env directory
[openwrt.git]
/
package
/
libertas
/
src
/
if_usb.c
diff --git
a/package/libertas/src/if_usb.c
b/package/libertas/src/if_usb.c
index
74ac86e
..
97a8119
100644
(file)
--- a/
package/libertas/src/if_usb.c
+++ b/
package/libertas/src/if_usb.c
@@
-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.027728 seconds
and
4
git commands to generate.