Message ID | 1301737380-4288-1-git-send-email-manjunath.hadli@ti.com (mailing list archive) |
---|---|
State | RFC |
Headers | show |
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@ti.com> > Acked-by: Sekhar Nori <nsekhar@ti.com> 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 void __init davinci_setup_mmc(int module, struct davinci_mmc_config *config) { diff --git a/arch/arm/mach-davinci/include/mach/hardware.h b/arch/arm/mach-davinci/include/mach/hardware.h index c45ba1f..414e0b9 100644 --- a/arch/arm/mach-davinci/include/mach/hardware.h +++ b/arch/arm/mach-davinci/include/mach/hardware.h @@ -21,9 +21,6 @@ */ #define DAVINCI_SYSTEM_MODULE_BASE 0x01C40000 -/* System control register offsets */ -#define DM64XX_VDD3P3V_PWDN 0x48 - /* * I/O mapping */