diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-05-04 02:22:01 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-05-04 02:22:01 -0400 |
commit | 0cc5ae24af08abe8e2a467f45b54c48a0f52670f (patch) | |
tree | 53c959a4384b7e87716d2a4700e825ccc13efd90 /net/rose | |
parent | 7800007c1e2d42cd4120b87b0ba3f3480f17f30a (diff) |
[ROSE]: Remove useless prototype for rose_remove_neigh().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rose')
-rw-r--r-- | net/rose/rose_route.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/rose/rose_route.c b/net/rose/rose_route.c index 8631b65a7312..4cb6bfa6fcbd 100644 --- a/net/rose/rose_route.c +++ b/net/rose/rose_route.c | |||
@@ -48,8 +48,6 @@ static DEFINE_SPINLOCK(rose_route_list_lock); | |||
48 | 48 | ||
49 | struct rose_neigh *rose_loopback_neigh; | 49 | struct rose_neigh *rose_loopback_neigh; |
50 | 50 | ||
51 | static void rose_remove_neigh(struct rose_neigh *); | ||
52 | |||
53 | /* | 51 | /* |
54 | * Add a new route to a node, and in the process add the node and the | 52 | * Add a new route to a node, and in the process add the node and the |
55 | * neighbour if it is new. | 53 | * neighbour if it is new. |