diff options
author | Andres Salomon <dilinger@queued.net> | 2012-07-11 04:16:29 -0400 |
---|---|---|
committer | Andres Salomon <dilinger@queued.net> | 2012-07-31 23:27:29 -0400 |
commit | 3bf9428f220911795edde453a95f9509945004e5 (patch) | |
tree | 35015a41ea63f1ace08b53c97b12b0872620e492 /drivers/net/wireless/libertas | |
parent | 392a325c4351339cfbf182bb5a1444df1cf65dbb (diff) |
drivers: OLPC: update various drivers to include olpc-ec.h
Switch over to using olpc-ec.h in multiple steps, so as not to break builds.
This covers every driver that calls olpc_ec_cmd().
Signed-off-by: Andres Salomon <dilinger@queued.net>
Acked-by: Paul Fox <pgf@laptop.org>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/net/wireless/libertas')
-rw-r--r-- | drivers/net/wireless/libertas/if_usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas/if_usb.c b/drivers/net/wireless/libertas/if_usb.c index 55a77e41170a..27980778d992 100644 --- a/drivers/net/wireless/libertas/if_usb.c +++ b/drivers/net/wireless/libertas/if_usb.c | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/netdevice.h> | 10 | #include <linux/netdevice.h> |
11 | #include <linux/slab.h> | 11 | #include <linux/slab.h> |
12 | #include <linux/usb.h> | 12 | #include <linux/usb.h> |
13 | #include <linux/olpc-ec.h> | ||
13 | 14 | ||
14 | #ifdef CONFIG_OLPC | 15 | #ifdef CONFIG_OLPC |
15 | #include <asm/olpc.h> | 16 | #include <asm/olpc.h> |