Skip to content

Commit

Permalink
chelsio: remove unused code for 1G boards
Browse files Browse the repository at this point in the history
Some code for Chelsio 1G boards was put in the driver
based on the vendor version (minus TOE). Well some of those board
versions are only supported with TOE on the vendor driver, so additional
dead code was added.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Apr 28, 2007
1 parent 0ae0818 commit 4d2b8f6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,047 deletions.
4 changes: 1 addition & 3 deletions drivers/net/chelsio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

obj-$(CONFIG_CHELSIO_T1) += cxgb.o

cxgb-$(CONFIG_CHELSIO_T1_1G) += ixf1010.o mac.o mv88e1xxx.o vsc7326.o vsc8244.o
cxgb-$(CONFIG_CHELSIO_T1_1G) += mac.o mv88e1xxx.o vsc7326.o
cxgb-objs := cxgb2.o espi.o tp.o pm3393.o sge.o subr.o \
mv88x201x.o my3126.o $(cxgb-y)


Loading

0 comments on commit 4d2b8f6

Please sign in to comment.