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] (13/14) irda_param symbol exports
From
ir264_irsyms_13_param.diff :
~~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Stephen Hemminger>
(13/14) irda_param symbol exports

Move irda_param related exports out of irsyms



diff -u -p -r linux/net/irda.sC/irsyms.c linux/net/irda/irsyms.c
--- linux/net/irda.sC/irsyms.c Mon Mar 8 19:23:23 2004
+++ linux/net/irda/irsyms.c Mon Mar 8 19:24:58 2004
@@ -73,11 +73,6 @@ extern int irlap_driver_rcv(struct sk_b
EXPORT_SYMBOL(irda_debug);
#endif
EXPORT_SYMBOL(irda_notify_init);
-EXPORT_SYMBOL(irda_param_insert);
-EXPORT_SYMBOL(irda_param_extract);
-EXPORT_SYMBOL(irda_param_extract_all);
-EXPORT_SYMBOL(irda_param_pack);
-EXPORT_SYMBOL(irda_param_unpack);

/* IrLAP */

diff -u -p -r linux/net/irda.sC/parameters.c linux/net/irda/parameters.c
--- linux/net/irda.sC/parameters.c Wed Dec 17 18:59:05 2003
+++ linux/net/irda/parameters.c Mon Mar 8 19:24:58 2004
@@ -29,6 +29,8 @@
********************************************************************/

#include <linux/types.h>
+#include <linux/module.h>
+
#include <asm/unaligned.h>
#include <asm/byteorder.h>

@@ -393,6 +395,7 @@ int irda_param_pack(__u8 *buf, char *fmt

return 0;
}
+EXPORT_SYMBOL(irda_param_pack);

/*
* Function irda_param_unpack (skb, fmt, ...)
@@ -437,6 +440,7 @@ int irda_param_unpack(__u8 *buf, char *f

return 0;
}
+EXPORT_SYMBOL(irda_param_unpack);

/*
* Function irda_param_insert (self, pi, buf, len, info)
@@ -489,6 +493,7 @@ int irda_param_insert(void *self, __u8 p
pi_minor_info->func);
return ret;
}
+EXPORT_SYMBOL(irda_param_insert);

/*
* Function irda_param_extract_all (self, buf, len, info)
@@ -544,6 +549,7 @@ int irda_param_extract(void *self, __u8
type, pi_minor_info->func);
return ret;
}
+EXPORT_SYMBOL(irda_param_extract);

/*
* Function irda_param_extract_all (self, buf, len, info)
@@ -575,4 +581,4 @@ int irda_param_extract_all(void *self, _
}
return n;
}
-
+EXPORT_SYMBOL(irda_param_extract_all);
-
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.068 / U:1.776 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site