From: Rajendra Nayak Date: Wed, 27 Jan 2010 03:13:12 +0000 (-0700) Subject: OMAP4: PRCM: Define shift macros as n instead of 1 << n X-Git-Tag: v2.6.34-rc1~230^2~117^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ef28acf122d30b137851aa6a599ba48319a6b0;p=pandora-kernel.git OMAP4: PRCM: Define shift macros as n instead of 1 << n The macros defining the shift bits in registers for various register bit fields are defined as 1 << n. Instead define them as n. They can then be used as val << n. The changes are generated by updating the script which autogenerates the files modifed in the patch. Signed-off-by: Rajendra Nayak Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed