mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
[PATCH] myri10ge - Drop unused pm_state
The pm_state field in the myri10ge_priv structure is unused. Drop it. Signed-off-by: Brice Goglin <brice@myri.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
b07db75a9f
commit
ec590970f0
@ -188,7 +188,6 @@ struct myri10ge_priv {
|
||||
int vendor_specific_offset;
|
||||
u32 devctl;
|
||||
u16 msi_flags;
|
||||
u32 pm_state[16];
|
||||
u32 read_dma;
|
||||
u32 write_dma;
|
||||
u32 read_write_dma;
|
||||
|
Loading…
Reference in New Issue
Block a user