From: Paul Gortmaker Date: Fri, 22 Jul 2011 22:04:33 +0000 (-0400) Subject: powerpc: fix two implicit header uses in pseries/plpar_wrappers.h X-Git-Tag: v3.2-rc1~22^2~190 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=614f15b4fcec4d55641f8977316b4570f9dd1b70;p=pandora-kernel.git powerpc: fix two implicit header uses in pseries/plpar_wrappers.h Removing the implicit presence of module.h from almost everywhere will reveal this implicit usage of paca.h and string.h headers as follows: arch/powerpc/platforms/pseries/plpar_wrappers.h:22: error: implicit declaration of function 'get_lppaca' arch/powerpc/platforms/pseries/plpar_wrappers.h:208: error: implicit declaration of function 'memcpy' Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed