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-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a51198ebf767c7bc54faaf17238655562b2b45;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