drivers/net: strip unused module code from sun3_82586.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 Jan 2012 13:55:46 +0000 (13:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Jan 2012 17:54:40 +0000 (12:54 -0500)
This code is clearly unused, since it has a #error right
in it.  Given the vintage of sun3 hardware, it is probably
safe to assume that there is little interest in adding new
functionality to the driver now, so just delete the unused
block of code.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Sam Creasey <sammy@sammy.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found