summaryrefslogtreecommitdiffstats
path: root/net/ax25/af_ax25.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ax25/af_ax25.c')
-rw-r--r--net/ax25/af_ax25.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c
index 489993da6..f3692d833 100644
--- a/net/ax25/af_ax25.c
+++ b/net/ax25/af_ax25.c
@@ -126,6 +126,7 @@
#include <linux/stat.h>
#include <linux/firewall.h>
#include <linux/sysctl.h>
+#include <linux/init.h>
#include <net/ip.h>
#include <net/arp.h>
@@ -1795,7 +1796,7 @@ static struct proc_dir_entry proc_ax25_calls = {
};
#endif
-void ax25_proto_init(struct net_proto *pro)
+__initfunc(void ax25_proto_init(struct net_proto *pro))
{
sock_register(&ax25_family_ops);
ax25_packet_type.type = htons(ETH_P_AX25);