On Sat, Apr 02, 2011 at 15:13:00, Hadli, Manjunath wrote: > Move the definition of DM64XX_VDD3P3V_PWDN from hardware.h > to devices.c since it is used only there. > > Signed-off-by: Manjunath Hadli <manjunath.hadli@xxxxxx> > Acked-by: Sekhar Nori <nsekhar@xxxxxx> Applying this after updating the patch description to point out that this also helps rid hardware.h of platform private stuff.. > --- > arch/arm/mach-davinci/devices.c | 1 + > arch/arm/mach-davinci/include/mach/hardware.h | 3 --- > 2 files changed, 1 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/mach-davinci/devices.c b/arch/arm/mach-davinci/devices.c > index 22ebc64..4e1b663 100644 > --- a/arch/arm/mach-davinci/devices.c > +++ b/arch/arm/mach-davinci/devices.c > @@ -182,6 +182,7 @@ static struct platform_device davinci_mmcsd1_device = { > .resource = mmcsd1_resources, > }; > > +#define DM64XX_VDD3P3V_PWDN 0x48 .. and moving this to the top of the file. Thanks, Sekhar -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html