Skip to content

Commit

Permalink
[NET] myri_sbus: Kill unused next_module struct member.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jun 24, 2006
1 parent a46c30f commit c044220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/myri_sbus.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ struct myri_eth {
unsigned int reg_size; /* Size of register space. */
unsigned int shmem_base; /* Offset to shared ram. */
struct sbus_dev *myri_sdev; /* Our SBUS device struct. */
struct myri_eth *next_module; /* Next in adapter chain. */
};

/* We use this to acquire receive skb's that we can DMA directly into. */
Expand Down

0 comments on commit c044220

Please sign in to comment.