OMAP3: SR: Replace (0x1 << n) with BIT(n)
commit145fcf81a4414346c040795fe9d38055544e483a
authorRajendra Nayak <rnayak@ti.com>
Wed, 15 Apr 2009 12:55:49 +0000 (15 18:25 +0530)
committerKevin Hilman <khilman@deeprootsystems.com>
Fri, 23 Oct 2009 18:20:21 +0000 (23 11:20 -0700)
tree31cdc6a5443c7b8d46f9fdd4920e0bfa06d96355
parentc49c43da711a9ebdc691ed83575ad0a5a4d20725
OMAP3: SR: Replace (0x1 << n) with BIT(n)

This patch converts all the bit defines from (0x1 << n)
to BIT(n) in smartreflex driver

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
arch/arm/mach-omap2/smartreflex.h