davinci: cpuidle: move mapping of DDR2 controller registers out of driver
[pandora-kernel.git] / arch / arm / mach-davinci / include / mach / cpuidle.h
index cbfc6a9..74f088b 100644 (file)
@@ -12,6 +12,7 @@
 
 struct davinci_cpuidle_config {
        u32 ddr2_pdown;
+       void __iomem *ddr2_ctlr_base;
 };
 
 #endif