Calls with OpenBSC+LCR+Asterisk

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

George News george.news at gmx.net
Tue Jul 24 15:10:23 UTC 2012


Hi,

I'm trying to answer this question. I think the issue is just including 
<linux/export.h>.

Here is the additional patch attached. I think someone with access to 
wiki should update the mISDN.diff.

See you
Jorge
-------------- next part --------------
diff --git a/drivers/isdn/mISDN/clock.c b/drivers/isdn/mISDN/clock.c
index 1fa629b..7418f2d 100644
--- a/drivers/isdn/mISDN/clock.c
+++ b/drivers/isdn/mISDN/clock.c
@@ -38,6 +38,7 @@
 #include <linux/stddef.h>
 #include <linux/spinlock.h>
 #include <linux/mISDNif.h>
+#include <linux/export.h>
 #include "core.h"
 
 static u_int *debug;
diff --git a/drivers/isdn/mISDN/dsp_audio.c b/drivers/isdn/mISDN/dsp_audio.c
index 0afe9f2..735d535 100644
--- a/drivers/isdn/mISDN/dsp_audio.c
+++ b/drivers/isdn/mISDN/dsp_audio.c
@@ -10,6 +10,7 @@
  */
 
 #include <linux/delay.h>
+#include <linux/export.h>
 #include <linux/mISDNif.h>
 #include <linux/mISDNdsp.h>
 #include "core.h"


More information about the OpenBSC mailing list