mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 21:32:59 +02:00
Fix compile for olpc target.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13451 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ff53a4a17c
commit
49544367ca
@ -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"
|
||||
|
||||
|
@ -11,7 +11,9 @@
|
||||
#include <linux/if_arp.h>
|
||||
#include <linux/kthread.h>
|
||||
#include <linux/kfifo.h>
|
||||
//#include <asm/olpc.h>
|
||||
#ifdef CONFIG_OLPC
|
||||
#include <asm/olpc.h>
|
||||
#endif
|
||||
|
||||
#include <net/iw_handler.h>
|
||||
#include <net/ieee80211.h>
|
||||
|
Loading…
Reference in New Issue
Block a user