aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/smartreflex.c
diff options
context:
space:
mode:
authorJean Pihet <j-pihet@ti.com>2012-04-25 06:36:20 -0400
committerKevin Hilman <khilman@ti.com>2012-05-31 19:03:43 -0400
commitb86aeafc766b71f6d55e54ed2c77fdf7f56ec1ba (patch)
tree5d09f4538936eeba3cdf6755e1cd39bfb188954a /arch/arm/mach-omap2/smartreflex.c
parentcdd3a354a05b0c33fe33ab11a0fb0838396cad19 (diff)
ARM: OMAP2+: SmartReflex: move the smartreflex header to include/linux/power
Move the smartreflex header file (arch/arm/mach-omap2/smartreflex.h) in a new header file include/linux/power/smartreflex.h. This change makes the SmartReflex implementation ready for the move to drivers/. Signed-off-by: Jean Pihet <j-pihet@ti.com> Signed-off-by: J Keerthy <j-keerthy@ti.com> Reviewed-by: Kevin Hilman <khilman@ti.com> Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/smartreflex.c')
-rw-r--r--arch/arm/mach-omap2/smartreflex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/smartreflex.c b/arch/arm/mach-omap2/smartreflex.c
index 008fbd7b9352..98309d32ba98 100644
--- a/arch/arm/mach-omap2/smartreflex.c
+++ b/arch/arm/mach-omap2/smartreflex.c
@@ -25,11 +25,10 @@
25#include <linux/delay.h> 25#include <linux/delay.h>
26#include <linux/slab.h> 26#include <linux/slab.h>
27#include <linux/pm_runtime.h> 27#include <linux/pm_runtime.h>
28#include <linux/power/smartreflex.h>
28 29
29#include "common.h" 30#include "common.h"
30
31#include "pm.h" 31#include "pm.h"
32#include "smartreflex.h"
33 32
34#define SMARTREFLEX_NAME_LEN 16 33#define SMARTREFLEX_NAME_LEN 16
35#define NVALUE_NAME_LEN 40 34#define NVALUE_NAME_LEN 40