net: Move prototype declaration to appropriate header file from decnet/af_decnet.c
Move prototype declaration of functions to header file include/net/dn_route.h from net/decnet/af_decnet.c because it is used by more than one file. This eliminates the following warning in net/decnet/dn_route.c: net/decnet/dn_route.c:629:5: warning: no previous prototype for ‘dn_route_rcv’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
0a59f3a9fd
commit
f56b8bf6e4
@@ -2104,8 +2104,6 @@ static struct notifier_block dn_dev_notifier = {
|
||||
.notifier_call = dn_device_event,
|
||||
};
|
||||
|
||||
extern int dn_route_rcv(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *);
|
||||
|
||||
static struct packet_type dn_dix_packet_type __read_mostly = {
|
||||
.type = cpu_to_be16(ETH_P_DNA_RT),
|
||||
.func = dn_route_rcv,
|
||||
|
Reference in New Issue
Block a user