X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fnet%2Fstp.h;h=3af174d70d9e8ca988122b75358703b99c0b4d4a;hb=c2ebb908469d507ff400dad94efc755e6c799672;hp=ad447f105417def47daff3e65f93de65d26f0917;hpb=2528ce3237be4e900f5eaa455490146e1422e424;p=firefly-linux-kernel-4.4.55.git diff --git a/include/net/stp.h b/include/net/stp.h index ad447f105417..3af174d70d9e 100644 --- a/include/net/stp.h +++ b/include/net/stp.h @@ -8,7 +8,7 @@ struct stp_proto { void *data; }; -extern int stp_proto_register(const struct stp_proto *proto); -extern void stp_proto_unregister(const struct stp_proto *proto); +int stp_proto_register(const struct stp_proto *proto); +void stp_proto_unregister(const struct stp_proto *proto); #endif /* _NET_STP_H */