]> Pileus Git - ~andy/linux/blobdiff - drivers/ieee1394/hosts.h
ieee1394: save one word in struct hpsb_host
[~andy/linux] / drivers / ieee1394 / hosts.h
index 3922f0e88526df052dcbe1c66cdfa49f545869c5..4bf4fb7f67b741dc12471c92f899aa433307ef13 100644 (file)
@@ -61,9 +61,9 @@ struct hpsb_host {
        struct device device;
        struct class_device class_dev;
 
-       int update_config_rom;
        struct delayed_work delayed_reset;
-       unsigned int config_roms;
+       unsigned config_roms:31;
+       unsigned update_config_rom:1;
 
        struct list_head addr_space;
        u64 low_addr_space;     /* upper bound of physical DMA area */