commit | ecde26313076e5055dcd54d6537632275346203f | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sun May 21 18:38:51 2006 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Sun May 21 18:38:51 2006 +0100 |
tree | c6b0f54717bd50efaf984ec88156b94af859a366 | |
parent | 3d12c0c75db0cd85beb11c4e2d86a49cabe3cfff [diff] |
[MTD] Use symbol_request() in old DiskOnChip probe code to find actual driver The previous code wouldn't work correctly on architectures which have a non-empty MODULE_SYMBOL_PREFIX, and this version is neater if slightly less optimal in the built-in case. Signed-off-by: David Woodhouse <dwmw2@infradead.org>