From: Felipe Balbi <[EMAIL PROTECTED]>

Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]>
---
 drivers/usb/gadget/omap_udc.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/usb/gadget/omap_udc.h b/drivers/usb/gadget/omap_udc.h
index 29edc51..165c7ff 100644
--- a/drivers/usb/gadget/omap_udc.h
+++ b/drivers/usb/gadget/omap_udc.h
@@ -201,7 +201,7 @@ struct omap_udc {
 #define        VBUS_CTRL_1510          (1 << 19)       /* 1 connected 
(software) */
 #define        VBUS_MODE_1510          (1 << 18)       /* 0 hardware, 1 
software */
 
-#define        HMC_1510        ((omap_readl(MOD_CONF_CTRL_0) >> 1) & 0x3f)
-#define        HMC_1610        (omap_readl(OTG_SYSCON_2) & 0x3f)
+#define        HMC_1510        ((__raw_readl(MOD_CONF_CTRL_0) >> 1) & 0x3f)
+#define        HMC_1610        (__raw_readl(OTG_SYSCON_2) & 0x3f)
 #define        HMC             (cpu_is_omap15xx() ? HMC_1510 : HMC_1610)
 
-- 
1.6.0.2.307.gc427

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to