Commit d99a3f68 authored by Kai Germaschewski's avatar Kai Germaschewski

drivers/net/wan/dlci: Export symbols explicitly

parent fa6c8ee6
......@@ -7,7 +7,8 @@
O_TARGET := wan.o
export-objs := z85230.o syncppp.o comx.o sdladrv.o cycx_drv.o hdlc_generic.o
export-objs := z85230.o syncppp.o comx.o sdladrv.o cycx_drv.o hdlc_generic.o \
dlci.o
wanpipe-y := sdlamain.o sdla_ft1.o
wanpipe-$(CONFIG_WANPIPE_X25) += sdla_x25.o
......
......@@ -96,6 +96,8 @@ int register_frad(const char *name)
return(0);
}
EXPORT_SYMBOL(register_frad);
int unregister_frad(const char *name)
{
int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment