[PATCH 2.6 IrDA] static_w83977af

From: Jean Tourrilhes
Date: Wed Feb 25 2004 - 22:22:37 EST


irXXX_static_w83977af.diff :
~~~~~~~~~~~~~~~~~~~~~~~~~~
<Patch from Stephen Hemminger>
o [FEATURE] make more symbol static (namespace pollution)


diff -Nru a/drivers/net/irda/w83977af_ir.c b/drivers/net/irda/w83977af_ir.c
--- a/drivers/net/irda/w83977af_ir.c Mon Jan 26 14:37:26 2004
+++ b/drivers/net/irda/w83977af_ir.c Mon Jan 26 14:37:26 2004
@@ -679,7 +679,7 @@
*
*
*/
-void w83977af_dma_xmit_complete(struct w83977af_ir *self)
+static void w83977af_dma_xmit_complete(struct w83977af_ir *self)
{
int iobase;
__u8 set;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/