]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - drivers/isdn/gigaset/asyncdata.c
[PATCH] drivers/isdn/gigaset/: build asyncdata.o into the gigaset module
[mirror_ubuntu-eoan-kernel.git] / drivers / isdn / gigaset / asyncdata.c
index ddf5e92be44429cc3b3c679844933b8e11d2a6a5..f2f108fcec4d8a1e1a41532acedc856d2048d1a1 100644 (file)
@@ -444,6 +444,7 @@ nextbyte:
                atomic_set(&inbuf->head, head);
        }
 }
+EXPORT_SYMBOL_GPL(gigaset_m10x_input);
 
 
 /* == data output ========================================================== */
@@ -591,3 +592,4 @@ int gigaset_m10x_send_skb(struct bc_state *bcs, struct sk_buff *skb)
 
        return len;     /* ok so far */
 }
+EXPORT_SYMBOL_GPL(gigaset_m10x_send_skb);