ieee1394: save one word in struct hpsb_host
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 7 Jan 2007 20:51:48 +0000 (21:51 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 8 Feb 2007 19:59:27 +0000 (20:59 +0100)
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 <stefanr@s5r6.in-berlin.de>

No differences found