summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/olpc/olpc-xo1-pm.c
diff options
context:
space:
mode:
authorAndres Salomon2012-07-11 10:16:29 +0200
committerAndres Salomon2012-08-01 05:27:29 +0200
commit3bf9428f220911795edde453a95f9509945004e5 (patch)
tree35015a41ea63f1ace08b53c97b12b0872620e492 /arch/x86/platform/olpc/olpc-xo1-pm.c
parentPlatform: OLPC: add a stub to drivers/platform/ for the OLPC EC driver (diff)
downloadkernel-qcow2-linux-3bf9428f220911795edde453a95f9509945004e5.tar.gz
kernel-qcow2-linux-3bf9428f220911795edde453a95f9509945004e5.tar.xz
kernel-qcow2-linux-3bf9428f220911795edde453a95f9509945004e5.zip
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 'arch/x86/platform/olpc/olpc-xo1-pm.c')
-rw-r--r--arch/x86/platform/olpc/olpc-xo1-pm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/platform/olpc/olpc-xo1-pm.c b/arch/x86/platform/olpc/olpc-xo1-pm.c
index 0ce8616c88ae..8054b64ec4ce 100644
--- a/arch/x86/platform/olpc/olpc-xo1-pm.c
+++ b/arch/x86/platform/olpc/olpc-xo1-pm.c
@@ -18,6 +18,7 @@
#include <linux/pm.h>
#include <linux/mfd/core.h>
#include <linux/suspend.h>
+#include <linux/olpc-ec.h>
#include <asm/io.h>
#include <asm/olpc.h>