tg3: Remove tg3_config_info definition
This structure isn't used anywhere in the driver. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Reviewed-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2e1e3291d4
commit
37a118452c
1 changed files with 0 additions and 4 deletions
|
@ -2564,10 +2564,6 @@ struct ring_info {
|
|||
DEFINE_DMA_UNMAP_ADDR(mapping);
|
||||
};
|
||||
|
||||
struct tg3_config_info {
|
||||
u32 flags;
|
||||
};
|
||||
|
||||
struct tg3_link_config {
|
||||
/* Describes what we're trying to get. */
|
||||
u32 advertising;
|
||||
|
|
Loading…
Reference in a new issue