lkml.org 
[lkml]   [2004]   [Mar]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH 2.6 IrDA] (7/14) wrap function exports
From
ir264_irsyms_07_wrapper.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Stephen Hemminger>
(7/14) wrap function exports

Move async_wrap function exports out of irsyms



diff -u -p -r linux/net/irda.s6/irsyms.c linux/net/irda/irsyms.c
--- linux/net/irda.s6/irsyms.c Mon Mar 8 19:06:24 2004
+++ linux/net/irda/irsyms.c Mon Mar 8 19:08:50 2004
@@ -97,8 +97,6 @@ EXPORT_SYMBOL(irda_task_execute);
EXPORT_SYMBOL(irda_task_next_state);
EXPORT_SYMBOL(irda_task_delete);

-EXPORT_SYMBOL(async_wrap_skb);
-EXPORT_SYMBOL(async_unwrap_char);
EXPORT_SYMBOL(irda_calc_crc16);
EXPORT_SYMBOL(irda_crc16_table);
EXPORT_SYMBOL(irda_start_timer);
diff -u -p -r linux/net/irda.s6/wrapper.c linux/net/irda/wrapper.c
--- linux/net/irda.s6/wrapper.c Wed Dec 17 18:59:16 2003
+++ linux/net/irda/wrapper.c Mon Mar 8 19:08:50 2004
@@ -28,6 +28,7 @@

#include <linux/skbuff.h>
#include <linux/string.h>
+#include <linux/module.h>
#include <asm/byteorder.h>

#include <net/irda/irda.h>
@@ -151,6 +152,7 @@ int async_wrap_skb(struct sk_buff *skb,

return n;
}
+EXPORT_SYMBOL(async_wrap_skb);

/************************* FRAME UNWRAPPING *************************/
/*
@@ -481,4 +483,5 @@ void async_unwrap_char(struct net_device
break;
}
}
+EXPORT_SYMBOL(async_unwrap_char);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:01    [W:0.035 / U:0.600 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site