]> 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>
Sun, 31 Jul 2011 08:05:15 +0000 (04:05 -0400)
commitb407ae5b7453b2dce9aa25f245a5235ba83241d1
treeed948ec5f047c46b1276638ebde3ed797f515b8f
parentc2a638b7a9963e40ee36edddcb3b8d6a0ae5b025
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