From: Matt Carlson Date: Wed, 24 Nov 2010 08:31:54 +0000 (+0000) Subject: tg3: Remove tg3_config_info definition X-Git-Url: https://bbs.cooldavid.org/git/?p=net-next-2.6.git;a=commitdiff_plain;h=37a118452cbc9c0cf0d23bfd16d3ca56058be754 tg3: Remove tg3_config_info definition This structure isn't used anywhere in the driver. Signed-off-by: Matt Carlson Reviewed-by: Michael Chan Signed-off-by: David S. Miller --- diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h index 2938d18d12f..59b0e096149 100644 --- a/drivers/net/tg3.h +++ b/drivers/net/tg3.h @@ -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;