From: Stephen Rothwell <hidden> Date: 2012-11-28 03:03:20
Hi all,
After merging the powerpc tree, next-20121115's build (powerpc
allmodconfig) failed like this:
ERROR: ".of_reconfig_notifier_register" [drivers/crypto/nx/nx-compress.ko] undefined!
ERROR: ".of_reconfig_notifier_unregister" [drivers/crypto/nx/nx-compress.ko] undefined!
Caused by commit 1cf3d8b3d24c ("powerpc+of: Add of node/property
notification chain for adds and removes").
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
From: Benjamin Herrenschmidt <benh@kernel.crashing.org> Date: 2012-11-28 04:29:09
On Wed, 2012-11-28 at 14:03 +1100, Stephen Rothwell wrote:
Hi all,
After merging the powerpc tree, next-20121115's build (powerpc
allmodconfig) failed like this:
ERROR: ".of_reconfig_notifier_register" [drivers/crypto/nx/nx-compress.ko] undefined!
ERROR: ".of_reconfig_notifier_unregister" [drivers/crypto/nx/nx-compress.ko] undefined!
Caused by commit 1cf3d8b3d24c ("powerpc+of: Add of node/property
notification chain for adds and removes").
That nx stuff should just have gone through the powerpc tree... that's
not the first time it trips on generic changes because we miss it
being in the crypto tree...
Ashley, Nathan, who owns that ? Can you come up with a fixup patch ?
Ben.
The of reconfiguration notification chains should be exported for use
by modules.
Signed-off-by:Nathan Fontenot [off-list ref]
---
Index: linux-next/drivers/of/base.c
===================================================================
From: Benjamin Herrenschmidt <benh@kernel.crashing.org> Date: 2012-11-29 06:07:42
On Wed, 2012-11-28 at 13:42 -0600, Nathan Fontenot wrote:
The of reconfiguration notification chains should be exported for use
by modules.
Signed-off-by:Nathan Fontenot [off-list ref]
Grant, I'm applying that into the powerpc tree (with a slightly modified
subject line). You don't need to add it to your tree at this stage I
suspect.
Cheers,
Ben.