From: Paul Walmsley Date: Fri, 18 Jul 2008 08:22:07 +0000 (-0600) Subject: OMAP2/3 clockdomains: combine pwrdm, pwrdm_name into union in struct clockdomain X-Git-Tag: v2.6.26-omap1~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718fc6cd4db902aa2242a736cc3feb8744a4c71a;p=pandora-kernel.git OMAP2/3 clockdomains: combine pwrdm, pwrdm_name into union in struct clockdomain struct clockdomain contains a struct powerdomain *pwrdm and const char *pwrdm_name. The pwrdm_name is only used at initialization to look up the appropriate pwrdm pointer. Combining these into a union saves about 100 bytes on 3430SDP. This patch should not cause any change in kernel function. Boot-tested on 3430SDP ES2. Signed-off-by: Paul Walmsley size: text data bss dec hex filename 3391587 157104 107136 3655827 37c893 vmlinux.3430sdp.orig 3391555 157032 107136 3655723 37c82b vmlinux.3430sdp Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed