diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-07-23 00:10:37 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-07-23 01:10:09 +0200 |
commit | 0ff818eff55aa80cb00bb3d89e824dd568d5a7f8 (patch) | |
tree | 6cc786c65c2fc7ed7e4f8d342aae537850357e50 /arch/arm/mach-mvebu/Kconfig | |
parent | doc: dt: add documentation for pl172 memory bindings (diff) | |
download | linux-0ff818eff55aa80cb00bb3d89e824dd568d5a7f8.tar.xz linux-0ff818eff55aa80cb00bb3d89e824dd568d5a7f8.zip |
memory: pl172: fix modular build
Building pl172 as a module fails with:
> ERROR: "of_default_bus_match_table" [drivers/memory/pl172.ko] undefined!
Because the symbol of_default_bus_match_table isn't exported by the OF
core code so can't be referenced from modules. Fix this by removing
the usage of of_default_bus_match_table for now. The side effect of
this is that child nodes can't use "simple-bus" or "simple-mfd".
Reported-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-mvebu/Kconfig')
0 files changed, 0 insertions, 0 deletions