lkml.org 
[lkml]   [2003]   [Jul]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] EXPORT_SYMBOL(complete_all);
 Hi,

Is there a reason not to export 'complete_all'?

It would be handy to have for modules.

Have a nice day

Manuel

--
--- Manuel Estrada Sainz <ranty@debian.org>
<ranty@bigfoot.com>
<ranty@users.sourceforge.net>
------------------------ <manuel.estrada@hispalinux.es> -------------------
Let us have the serenity to accept the things we cannot change, courage to
change the things we can, and wisdom to know the difference.
Index: kernel/ksyms.c
===================================================================
RCS file: /home/cvs/linux-2.5/kernel/ksyms.c,v
retrieving revision 1.209
diff -u -r1.209 ksyms.c
--- kernel/ksyms.c 21 Jun 2003 16:20:40 -0000 1.209
+++ kernel/ksyms.c 3 Jul 2003 08:25:50 -0000
@@ -416,6 +416,7 @@
/* completion handling */
EXPORT_SYMBOL(wait_for_completion);
EXPORT_SYMBOL(complete);
+EXPORT_SYMBOL(complete_all);

/* The notion of irq probe/assignment is foreign to S/390 */
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.031 / U:0.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site