diff options
Diffstat (limited to 'drivers/message/i2o/i2o_block.h')
-rw-r--r-- | drivers/message/i2o/i2o_block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/i2o_block.h b/drivers/message/i2o/i2o_block.h index ddd9a15679c0..712111ffa638 100644 --- a/drivers/message/i2o/i2o_block.h +++ b/drivers/message/i2o/i2o_block.h | |||
@@ -74,7 +74,7 @@ struct i2o_block_device { | |||
74 | int rcache; /* read cache flags */ | 74 | int rcache; /* read cache flags */ |
75 | int wcache; /* write cache flags */ | 75 | int wcache; /* write cache flags */ |
76 | int flags; | 76 | int flags; |
77 | int power; /* power state */ | 77 | u16 power; /* power state */ |
78 | int media_change_flag; /* media changed flag */ | 78 | int media_change_flag; /* media changed flag */ |
79 | }; | 79 | }; |
80 | 80 | ||