staging: omap-thermal: fix compilation
authorEduardo Valentin <eduardo.valentin@ti.com>
Tue, 13 Nov 2012 18:10:00 +0000 (14:10 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2012 23:08:31 +0000 (15:08 -0800)
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>
drivers/staging/omap-thermal/omap-bandgap.c

index 368a2e19b2d4581e04f694df0369761011552665..1cae5ed944ebac4c9490192cfc39c33a5426fee6 100644 (file)
@@ -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"
 
This page took 0.025122 seconds and 5 git commands to generate.