]> err.no Git - linux-2.6/blobdiff - net/ax25/ax25_timer.c
[PATCH] softmac: make non-operational after being stopped
[linux-2.6] / net / ax25 / ax25_timer.c
index 7a6b50a14554d5cbc1390c11288c0dce4c8f7cca..ec254057f21239b8ab8124e9a16a2d90b2e1a5a7 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/socket.h>
 #include <linux/in.h>
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/jiffies.h>
 #include <linux/timer.h>
 #include <linux/string.h>
@@ -137,6 +138,8 @@ unsigned long ax25_display_timer(struct timer_list *timer)
        return timer->expires - jiffies;
 }
 
+EXPORT_SYMBOL(ax25_display_timer);
+
 static void ax25_heartbeat_expiry(unsigned long param)
 {
        int proto = AX25_PROTO_STD_SIMPLEX;