From: Eduardo Valentin <eduardo.valentin@ti.com> Date: Tue, 13 Nov 2012 18:10:00 +0000 (-0400) Subject: staging: omap-thermal: fix compilation X-Git-Tag: firefly_0821_release~3680^2~1519^2~437 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2aeeb8acfc19f8a9f283081bbf77919b61b92042;p=firefly-linux-kernel-4.4.55.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 <eduardo.valentin@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- 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"