OMAP clock: compress clock flags down to a u8
authorPaul Walmsley <paul@pwsan.com>
Tue, 23 Feb 2010 05:09:18 +0000 (22:09 -0700)
committerPaul Walmsley <paul@pwsan.com>
Wed, 24 Feb 2010 19:15:06 +0000 (12:15 -0700)
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 <paul@pwsan.com>

No differences found