diff options
author | Vignesh Raman <Vignesh_Raman@mentor.com> | 2014-08-05 15:09:41 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-08-19 17:22:04 +0200 |
commit | 23e11811378259831777e8fdc8b9836faeaa72cd (patch) | |
tree | ce63996c49211c5a15a4bf277bfd0c41e6c67d52 /arch | |
parent | Linux 3.17-rc1 (diff) | |
download | linux-23e11811378259831777e8fdc8b9836faeaa72cd.tar.xz linux-23e11811378259831777e8fdc8b9836faeaa72cd.zip |
dma: imx-sdma: use module_platform_driver for SDMA driver
Currently there is no module_exit declared in SDMA driver, so that once
sdma module is inserted, it's shown with permanent attribute by lsmod,
and it can't be removed.
Use module_platform_driver to register/unregister SDMA driver and modify
SDMA's remove operation, to make SDMA driver possible to be removed.
Signed-off-by: Jiada Wang <jiada_wang@mentor.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions