Fix compile for olpc target.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13451 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Lars-Peter Clausen 2008-11-30 19:23:03 +00:00
parent 8c26644107
commit e28e962267
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>