summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/dahdi_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/xpp/dahdi_debug.c')
-rw-r--r--drivers/dahdi/xpp/dahdi_debug.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/dahdi/xpp/dahdi_debug.c b/drivers/dahdi/xpp/dahdi_debug.c
index 1f0775a..1fe4e65 100644
--- a/drivers/dahdi/xpp/dahdi_debug.c
+++ b/drivers/dahdi/xpp/dahdi_debug.c
@@ -55,6 +55,7 @@ void dump_poll(int debug, const char *msg, int poll)
DBG(GENERAL, "%s: %s\n", msg, poll_names[i].name);
}
}
+EXPORT_SYMBOL(dump_poll);
void alarm2str(int alarm, char *buf, int buflen)
{
@@ -78,6 +79,4 @@ void alarm2str(int alarm, char *buf, int buflen)
if (p > buf) /* kill last comma */
*(p - 1) = '\0';
}
-
-EXPORT_SYMBOL(dump_poll);
EXPORT_SYMBOL(alarm2str);