1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 06:55:31 +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:
lars 2008-11-30 19:23:03 +00:00
parent ff53a4a17c
commit 49544367ca
2 changed files with 6 additions and 2 deletions

View 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"

View File

@ -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>