hwmon: (pmbus) Removed unused variable from struct pmbus_data
struct pmbus_data included an unused variable named status_bits. Remove it. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Reviewed-by: Tom Grennan <tom.grennan@ericsson.com>
This commit is contained in:
parent
c3a2f0ad49
commit
3b17857dfb
|
@ -139,7 +139,6 @@ struct pmbus_data {
|
|||
* A single status register covers multiple attributes,
|
||||
* so we keep them all together.
|
||||
*/
|
||||
u8 status_bits;
|
||||
u8 status[PB_NUM_STATUS_REG];
|
||||
|
||||
u8 currpage;
|
||||
|
|
Loading…
Reference in New Issue