X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=kernel%2Fstop_machine.c;h=daabb74ee0bc2648dda71286eb0331074af5f28b;hb=14c4ffbe68247776ad45f1e9c4b6a74abb6936c0;hp=12458040e66500aec1040b91448c458972d08d69;hpb=db1a19b38f3a85f475b4ad716c71be133d8ca48e;p=linux-2.6-omap-h63xx.git diff --git a/kernel/stop_machine.c b/kernel/stop_machine.c index 12458040e66..daabb74ee0b 100644 --- a/kernel/stop_machine.c +++ b/kernel/stop_machine.c @@ -1,11 +1,12 @@ /* Copyright 2005 Rusty Russell rusty@rustcorp.com.au IBM Corporation. * GPL v2 and any later version. */ -#include -#include -#include #include #include +#include +#include +#include +#include #include #include #include @@ -208,3 +209,4 @@ int stop_machine_run(int (*fn)(void *), void *data, unsigned int cpu) return ret; } +EXPORT_SYMBOL_GPL(stop_machine_run);