Fix compile for olpc target.
SVN-Revision: 13451
This commit is contained in:
parent
083320dbe2
commit
dd6e0afc45
2 changed files with 6 additions and 2 deletions
|
@ -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 a new issue