]> bbs.cooldavid.org Git - net-next-2.6.git/commit
tg3: Remove tg3_dump_state()
authorMatt Carlson <mcarlson@broadcom.com>
Mon, 5 Apr 2010 10:19:29 +0000 (10:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Apr 2010 10:58:04 +0000 (03:58 -0700)
commit7705736f5fc2e8fd0aa98eb7667e65dbedf50d63
tree7c96b32f6102a46df88e4c8072a34cf2ede61ab5
parent859a58879d7c771e78a373028d719467a2f8feb7
tg3: Remove tg3_dump_state()

The tg3_dump_state() function is commented out and doesn't get used much
when debugging efforts are underway.  The chip architecture has also
changed enough that any debugging effort that might use it would have to
tailor it to the capabilities of the hardware.  This patch just removes
the function entirely.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Reviewed-by: Benjamin Li <benli@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c