aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap_twl.c
diff options
context:
space:
mode:
authorVishwanath BS <vishwanath.bs@ti.com>2011-03-30 11:44:32 +0530
committerNicolas Pitre <nicolas.pitre@linaro.org>2011-04-01 23:02:58 -0400
commita925c5b8a2caa97d5e417ae9e70ea4cca8b25457 (patch)
tree5c9cdcaeff82d93faca6c73fa432cdb0a031951a /arch/arm/mach-omap2/omap_twl.c
parent3fb7bd037f31f5acdc213c0eb431c07a38803445 (diff)
OMAP2PLUS PM: move voltage layer header files to plat-omap
DVFS layer will use Voltage layer APIs. So move voltage layer header files to plat-omap. Signed-off-by: Vishwanath BS <vishwanath.bs@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_twl.c')
-rw-r--r--arch/arm/mach-omap2/omap_twl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_twl.c b/arch/arm/mach-omap2/omap_twl.c
index 0a8e74e3e81..cad28502431 100644
--- a/arch/arm/mach-omap2/omap_twl.c
+++ b/arch/arm/mach-omap2/omap_twl.c
@@ -17,8 +17,7 @@
#include <linux/io.h>
#include <linux/kernel.h>
#include <linux/i2c/twl.h>
-
-#include "voltage.h"
+#include <plat/voltage.h>
#include "pm.h"