]> 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, 11 Aug 2011 19:10:29 +0000 (15:10 -0400)
commit7641758fd5e2b30e73f10030eb8b2e94ee0d6a1f
tree70b04114a3e5c4702e0c2df32c3fca9bf3adbd80
parent3efd12bd4bebb9c5aab5c2e37245bdabf799b8c2
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