On Tue, 2014-09-16 at 07:56 -0500, Nathan Fontenot wrote:
On 08/19/2014 05:55 PM, Anton Blanchard wrote:
quoted
diff --git a/arch/powerpc/platforms/pseries/dlpar.c b/arch/powerpc/platforms/pseries/dlpar.c
index a2450b8..d37ba4f 100644
--- a/arch/powerpc/platforms/pseries/dlpar.c
+++ b/arch/powerpc/platforms/pseries/dlpar.c
@@ -334,7 +334,7 @@ int dlpar_acquire_drc(u32 drc_index)
return 0;
}
-int dlpar_release_drc(u32 drc_index)
+static int dlpar_release_drc(u32 drc_index)
{
int dr_status, rc;
Anton, if you're going to do a v2 of these patches you could leave out
the routines in dlpar.c. I just sent a patch out that exports these two
functions for memory hotplug updates.
Yep I've dropped those hunks in my tree.
ps. Please trim your replies :)
cheers