aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/olpc_dcon
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@queued.net>2012-07-11 01:16:29 -0700
committerAndres Salomon <dilinger@queued.net>2012-07-31 23:27:29 -0400
commit3bf9428f220911795edde453a95f9509945004e5 (patch)
tree35015a41ea63f1ace08b53c97b12b0872620e492 /drivers/staging/olpc_dcon
parentPlatform: OLPC: add a stub to drivers/platform/ for the OLPC EC driver (diff)
downloadlinux-dev-3bf9428f220911795edde453a95f9509945004e5.tar.xz
linux-dev-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 'drivers/staging/olpc_dcon')
-rw-r--r--drivers/staging/olpc_dcon/olpc_dcon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/olpc_dcon/olpc_dcon.c b/drivers/staging/olpc_dcon/olpc_dcon.c
index 992275c0d87c..2c4bd746715a 100644
--- a/drivers/staging/olpc_dcon/olpc_dcon.c
+++ b/drivers/staging/olpc_dcon/olpc_dcon.c
@@ -27,6 +27,7 @@
#include <linux/uaccess.h>
#include <linux/ctype.h>
#include <linux/reboot.h>
+#include <linux/olpc-ec.h>
#include <asm/tsc.h>
#include <asm/olpc.h>