Staging: octeon-ethernet: Convert to use net_device_ops.
authorDavid Daney <ddaney@caviumnetworks.com>
Tue, 23 Jun 2009 18:34:08 +0000 (11:34 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 24 Jun 2009 17:34:41 +0000 (18:34 +0100)
commitf696a10838ffab85e5bc07e7cff0d0e1870a30d7
treecacbd78fdf71fd77b6f8ff5067a7d0e4306824be
parent773cb77d0e32f0a3c36edf5aaeb9642c18038cd2
Staging: octeon-ethernet: Convert to use net_device_ops.

Convert the driver to use net_device_ops as it is now mandatory.

Also compensate for the removal of struct sk_buff's dst field.

The changes are mostly mechanical, the content of ethernet-common.c
was moved to ethernet.c and ethernet-common.{c,h} are removed.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/staging/octeon/Makefile
drivers/staging/octeon/ethernet-common.c [deleted file]
drivers/staging/octeon/ethernet-common.h [deleted file]
drivers/staging/octeon/ethernet-rgmii.c
drivers/staging/octeon/ethernet-sgmii.c
drivers/staging/octeon/ethernet-spi.c
drivers/staging/octeon/ethernet-tx.c
drivers/staging/octeon/ethernet-xaui.c
drivers/staging/octeon/ethernet.c
drivers/staging/octeon/octeon-ethernet.h