commit | b5c49d49b9e175fd56cb4b5cf2c4fd972d15e013 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sun Oct 02 16:45:31 2011 +0200 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Oct 02 20:19:59 2011 +0100 |
tree | 27aa0ee748f533302d67bc12f920c7291cce684f | |
parent | 21d17dd2a377ba894f26989915eb3c6e427a3656 [diff] |
ASoC: omap_mcpdm_remove cannot be __devexit omap_mcpdm_remove is used from asoc_mcpdm_probe, which is an initcall, and must not be discarded when HOTPLUG is disabled. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>