]> Pileus Git - ~andy/linux/blobdiff - net/decnet/af_decnet.c
net: Move prototype declaration to appropriate header file from decnet/af_decnet.c
[~andy/linux] / net / decnet / af_decnet.c
index 2954dcbca8325d81cab149613554d380bc607469..24d9193240e39e7b5e33373a5893a0fb0459c260 100644 (file)
@@ -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,