From: Eduardo Valentin Date: Tue, 13 Nov 2012 18:10:00 +0000 (-0400) Subject: staging: omap-thermal: fix compilation X-Git-Tag: next-20121114~24^2~46 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2aeeb8acfc19f8a9f283081bbf77919b61b92042;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- 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 #include #include +#include #include "omap-bandgap.h"