]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/opal: Add missing include
authorMichael Neuling <mikey@neuling.org>
Tue, 25 Mar 2014 00:43:08 +0000 (11:43 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 9 Apr 2014 02:53:36 +0000 (12:53 +1000)
commitfe8f7cde27b9817d929d8d630ac93dc085aa38e2
tree521bac14337ba459b7401701490462782b1684ef
parentdfde2d643d542db75e3daaaf9fc00946712bc710
powerpc/opal: Add missing include

next-20140324 currently fails compiling celleb_defconfig with:

arch/powerpc/include/asm/opal.h:894:42: error: 'struct notifier_block' declared inside parameter list [-Werror]
arch/powerpc/include/asm/opal.h:894:42: error: its scope is only this definition or declaration, which is probably not what you want [-Werror]
arch/powerpc/include/asm/opal.h:896:14: error: 'struct notifier_block' declared inside parameter list [-Werror]

This is due to a missing include which is added here.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/opal.h