Browse Source

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>
Eduardo Valentin 12 years ago
parent
commit
2aeeb8acfc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/omap-thermal/omap-bandgap.c

+ 1 - 0
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"