]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commitf71eddb1582f5c53ed4bfc365a2acce94aca88cc
tree95a8a8a350b9f7712634692e287773a20772a0da
parent1a3377176b3d41e3f30483a624cdafadeeb4064f
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 <paul@pwsan.com>
arch/arm/plat-omap/include/plat/clock.h