]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc: fix two implicit header uses in pseries/plpar_wrappers.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 22 Jul 2011 22:04:33 +0000 (18:04 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:54:44 +0000 (13:54 -0400)
commitefc730d9e731a84245d2362e7ba4e5d349bc8d9d
tree120203bf2d6d29a9c1a3a229cbedb8e316f5a7ee
parentfcad8da0b3e636f42981bcec261ea23741ceda73
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 <paul.gortmaker@windriver.com>
arch/powerpc/platforms/pseries/plpar_wrappers.h