Kevin Hilman wrote, on 03/03/2011 05:47 AM:
[..]

diff --git a/arch/arm/plat-omap/include/plat/smartreflex.h 
b/arch/arm/plat-omap/include/plat/smartreflex.h
index 8b6ecd9..ff07d1e 100644
--- a/arch/arm/plat-omap/include/plat/smartreflex.h
+++ b/arch/arm/plat-omap/include/plat/smartreflex.h
@@ -141,6 +141,12 @@
  #define OMAP3430_SR_ERRWEIGHT         0x04
  #define OMAP3430_SR_ERRMAXLIMIT               0x02

+/* Smart reflex notifiers for class drivers to use */
+#define SR_NOTIFY_MCUACCUM     (0x1<<  0)
+#define SR_NOTIFY_MCUVALID     (0x1<<  1)
+#define SR_NOTIFY_MCUBOUND     (0x1<<  2)
+#define SR_NOTIFY_MCUDISACK    (0x1<<  3)
+

Please use BIT(x)

Ack.

--
Regards,
Nishanth Menon
--
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