Fix compile for olpc target.

SVN-Revision: 13451
v19.07.3_mercusys_ac12_duma
Lars-Peter Clausen 16 years ago
parent 083320dbe2
commit dd6e0afc45

@ -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…
Cancel
Save