Skip to content

Commit

Permalink
Staging: Octeon: Remove /proc/octeon_ethernet_stats
Browse files Browse the repository at this point in the history
This file shouldn't be in /proc, so we remove it.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
To: netdev@vger.kernel.org
To: gregkh@suse.de
Patchwork: http://patchwork.linux-mips.org/patch/970/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
David Daney authored and Ralf Baechle committed Feb 27, 2010
1 parent ec977c5 commit 559e25a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 178 deletions.
1 change: 0 additions & 1 deletion drivers/staging/octeon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ obj-${CONFIG_OCTEON_ETHERNET} := octeon-ethernet.o
octeon-ethernet-objs := ethernet.o
octeon-ethernet-objs += ethernet-mdio.o
octeon-ethernet-objs += ethernet-mem.o
octeon-ethernet-objs += ethernet-proc.o
octeon-ethernet-objs += ethernet-rgmii.o
octeon-ethernet-objs += ethernet-rx.o
octeon-ethernet-objs += ethernet-sgmii.o
Expand Down
144 changes: 0 additions & 144 deletions drivers/staging/octeon/ethernet-proc.c

This file was deleted.

29 changes: 0 additions & 29 deletions drivers/staging/octeon/ethernet-proc.h

This file was deleted.

4 changes: 0 additions & 4 deletions drivers/staging/octeon/ethernet.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
#include "ethernet-tx.h"
#include "ethernet-mdio.h"
#include "ethernet-util.h"
#include "ethernet-proc.h"


#include "cvmx-pip.h"
#include "cvmx-pko.h"
Expand Down Expand Up @@ -621,7 +619,6 @@ static int __init cvm_oct_init_module(void)
return -ENOMEM;
}

cvm_oct_proc_initialize();
cvm_oct_configure_common_hw();

cvmx_helper_initialize_packet_io_global();
Expand Down Expand Up @@ -828,7 +825,6 @@ static void __exit cvm_oct_cleanup_module(void)
destroy_workqueue(cvm_oct_poll_queue);

cvmx_pko_shutdown();
cvm_oct_proc_shutdown();

cvmx_ipd_free_ptr();

Expand Down

0 comments on commit 559e25a

Please sign in to comment.