Fix compile for olpc target.

SVN-Revision: 13451
master
Lars-Peter Clausen 16 years ago
parent 083320dbe2
commit dd6e0afc45
  1. 4
      package/libertas/src/if_usb.c
  2. 4
      package/libertas/src/main.c

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