[PATCH] EXPORT_SYMBOL(complete_all);

From: Manuel Estrada Sainz (ranty@debian.org)
Date: Thu Jul 03 2003 - 04:45:45 EST


 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 */

- 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/



This archive was generated by hypermail 2b29 : Mon Jul 07 2003 - 22:00:19 EST