Skip to content

Commit

Permalink
net: powerpc: remove the legacy iSeries ethernet driver
Browse files Browse the repository at this point in the history
This driver is specific to the PowerPC legcay iSeries platform which is
being removed.

Cc: David Miller <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Stephen Rothwell authored and Benjamin Herrenschmidt committed Mar 8, 2012
1 parent 8ee3e0d commit e92a665
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,715 deletions.
4 changes: 0 additions & 4 deletions drivers/net/ethernet/ibm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ config IBMVETH
To compile this driver as a module, choose M here. The module will
be called ibmveth.

config ISERIES_VETH
tristate "iSeries Virtual Ethernet driver support"
depends on PPC_ISERIES

source "drivers/net/ethernet/ibm/emac/Kconfig"

config EHEA
Expand Down
1 change: 0 additions & 1 deletion drivers/net/ethernet/ibm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
#

obj-$(CONFIG_IBMVETH) += ibmveth.o
obj-$(CONFIG_ISERIES_VETH) += iseries_veth.o
obj-$(CONFIG_IBM_EMAC) += emac/
obj-$(CONFIG_EHEA) += ehea/
Loading

0 comments on commit e92a665

Please sign in to comment.