Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182118
b: refs/heads/master
c: 559e25a
h: refs/heads/master
v: v3
  • Loading branch information
David Daney authored and Ralf Baechle committed Feb 27, 2010
1 parent 6dd98d4 commit c35643b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 179 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec977c5b473e29dbfdac8f2c7477eccc2142e3bc
refs/heads/master: 559e25a5e3efe60a22b7f96ea4ad2eb09d996e97
1 change: 0 additions & 1 deletion trunk/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 trunk/drivers/staging/octeon/ethernet-proc.c

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions trunk/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 c35643b

Please sign in to comment.