Fix compile for olpc target.

SVN-Revision: 13451
This commit is contained in:
Lars-Peter Clausen 2008-11-30 19:23:03 +00:00
parent 083320dbe2
commit dd6e0afc45
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>