aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/omap-thermal
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2012-11-13 14:10:00 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-13 15:08:31 -0800
commit2aeeb8acfc19f8a9f283081bbf77919b61b92042 (patch)
treef73bd00022fdcf2f0ece9009742b384d18da3612 /drivers/staging/omap-thermal
parentstaging: drm/imx: Remove 300ms delay after memory reset (diff)
downloadlinux-dev-2aeeb8acfc19f8a9f283081bbf77919b61b92042.tar.xz
linux-dev-2aeeb8acfc19f8a9f283081bbf77919b61b92042.zip
staging: omap-thermal: fix compilation
Because we are not including linux/io.h, the driver is not compiling. This patch adds the missing header. Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/omap-thermal')
-rw-r--r--drivers/staging/omap-thermal/omap-bandgap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/omap-thermal/omap-bandgap.c b/drivers/staging/omap-thermal/omap-bandgap.c
index 368a2e19b2d4..1cae5ed944eb 100644
--- a/drivers/staging/omap-thermal/omap-bandgap.c
+++ b/drivers/staging/omap-thermal/omap-bandgap.c
@@ -38,6 +38,7 @@
#include <linux/of_device.h>
#include <linux/of_platform.h>
#include <linux/of_irq.h>
+#include <linux/io.h>
#include "omap-bandgap.h"