projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7800007
)
[ROSE]: Remove useless prototype for rose_remove_neigh().
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 4 May 2006 06:22:01 +0000
(23:22 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 4 May 2006 06:22:01 +0000
(23:22 -0700)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rose/rose_route.c
patch
|
blob
|
blame
|
history
diff --git
a/net/rose/rose_route.c
b/net/rose/rose_route.c
index 8631b65a7312c830d35e4d843163024432bac54e..4cb6bfa6fcbdb6505cfdeffb20f0277f9a944d12 100644
(file)
--- a/
net/rose/rose_route.c
+++ b/
net/rose/rose_route.c
@@
-48,8
+48,6
@@
static DEFINE_SPINLOCK(rose_route_list_lock);
struct rose_neigh *rose_loopback_neigh;
-static void rose_remove_neigh(struct rose_neigh *);
-
/*
* Add a new route to a node, and in the process add the node and the
* neighbour if it is new.