summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm.c
diff options
context:
space:
mode:
authorPaul Walmsley2011-02-25 23:54:33 +0100
committerPaul Walmsley2011-03-08 04:05:08 +0100
commite1d6f4729e9fd46efa1029b6e806bb8b6c24e776 (patch)
tree270f7d539aaf632728e67db6143fce0fa65d69cc /arch/arm/mach-omap2/pm.c
parentOMAP: smartreflex: move plat/smartreflex.h to mach-omap2/smartreflex.h (diff)
downloadkernel-qcow2-linux-e1d6f4729e9fd46efa1029b6e806bb8b6c24e776.tar.gz
kernel-qcow2-linux-e1d6f4729e9fd46efa1029b6e806bb8b6c24e776.tar.xz
kernel-qcow2-linux-e1d6f4729e9fd46efa1029b6e806bb8b6c24e776.zip
OMAP: voltage: move plat/voltage.h to mach-omap2/voltage.h
At this point in time, there's no reason for this header file to be in plat-omap/include/plat/voltage.h. It should not be included by device drivers, and the code that uses it is currently all under mach-omap2/. Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/pm.c')
-rw-r--r--arch/arm/mach-omap2/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c
index 7bb64d8121a7..2c3a2531e678 100644
--- a/arch/arm/mach-omap2/pm.c
+++ b/arch/arm/mach-omap2/pm.c
@@ -18,8 +18,8 @@
#include <plat/omap-pm.h>
#include <plat/omap_device.h>
#include <plat/common.h>
-#include <plat/voltage.h>
+#include "voltage.h"
#include "powerdomain.h"
#include "clockdomain.h"
#include "pm.h"