From: Stefan Richter Date: Sun, 7 Jan 2007 20:51:48 +0000 (+0100) Subject: ieee1394: save one word in struct hpsb_host X-Git-Tag: v2.6.21-rc1~76^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d06170a9ba9c39ac0768676e268cb17f9f68a622;p=pandora-kernel.git ieee1394: save one word in struct hpsb_host hpsb_host.config_roms is a bitfield of which only one bit is currently used. hpsb_host.update_config_rom is only a Boolean. Neither one is accessed in hot code paths or with alignment requirements. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed