]> git.baikalelectronics.ru Git - kernel.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)
commitb9930eeb60a4131eec3c6f00d4d88d51918d44df
tree7c96b32f6102a46df88e4c8072a34cf2ede61ab5
parentb0a795d1c17e90434719e7d5fac58ce2aee74476
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