Skip to content

Commit

Permalink
[PATCH] myri10ge - Drop unused pm_state
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
brice@myri.com authored and Jeff Garzik committed Jul 5, 2006
1 parent b07db75 commit ec59097
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/myri10ge/myri10ge.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ec59097

Please sign in to comment.