diff options
author | Vignesh Raman <Vignesh_Raman@mentor.com> | 2014-08-05 18:39:41 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-08-19 20:52:04 +0530 |
commit | 23e11811378259831777e8fdc8b9836faeaa72cd (patch) | |
tree | ce63996c49211c5a15a4bf277bfd0c41e6c67d52 /scripts/gdb/linux/proc.py | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) |
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 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions