From: Paul Walmsley Date: Tue, 23 Feb 2010 05:09:18 +0000 (-0700) Subject: OMAP clock: compress clock flags down to a u8 X-Git-Tag: v2.6.34-rc1~230^2~8^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f71eddb1582f5c53ed4bfc365a2acce94aca88cc;p=pandora-kernel.git OMAP clock: compress clock flags down to a u8 There are now only eight OMAP clock flags, so renumber the flags to fit in a u8 and shrink the size of struct clk.flags from a u32 to a u8. The intention is to save memory. Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed