All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch] OMAP: ARM: Fix Comp for LDP on DeviceType
@ 2008-09-20  7:11 Zavala Trujillo, Diego
  2008-10-06  8:51 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Zavala Trujillo, Diego @ 2008-09-20  7:11 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org; +Cc: Zavala Trujillo, Diego



Regards,
Fix the compilation for the 3430LDP.
Replace omap_device_type for omap_type.
---
 arch/arm/mach-omap2/board-ldp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 mode change 100644 => 100755 arch/arm/mach-omap2/board-ldp.c

diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c
old mode 100644
new mode 100755
index 9263be9..02359d5
--- a/arch/arm/mach-omap2/board-ldp.c
+++ b/arch/arm/mach-omap2/board-ldp.c
@@ -54,7 +54,7 @@ static int __init msecure_init(void)
 
 #ifdef CONFIG_RTC_DRV_TWL4030
 	/* 3430ES2.0 doesn't have msecure/gpio-22 line connected to T2 */
-	if (omap_device_type() == OMAP2_DEVICE_TYPE_GP &&
+	if (omap_type() == OMAP2_DEVICE_TYPE_GP &&
 			system_rev < OMAP3430_REV_ES2_0) {
 		u32 msecure_pad_config_reg = omap_ctrl_base_get() + 0xA3C;
 		int mux_mask = 0x04;
-- 
1.5.6.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-09 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-20  7:11 [Patch] OMAP: ARM: Fix Comp for LDP on DeviceType Zavala Trujillo, Diego
2008-10-06  8:51 ` Tony Lindgren
2008-10-09 13:58   ` Zavala Trujillo, Diego

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.