summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2018-01-21 23:09:36 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2018-01-22 10:21:39 +0300
commit6478f4e12b7663cf5ab5303c06f99e9ec8c2b859 (patch)
treeff8c804a49c6bcc6e933c6839ffd7a50fbe5cd0d /drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c
parent4a09d0b86bad0999a2bb0e2ee126a3c5246d1f51 (diff)
downloadlinux-6478f4e12b7663cf5ab5303c06f99e9ec8c2b859.tar.xz
mmc: davinci: dont' use module_platform_driver_probe()
This changes module_platform_driver_probe() to module_platform_driver() in the TI DaVinci MMC driver. On device tree systems, we can get a -EPROBE_DEFER when using a pinmux for the CD GPIO, which results in the driver never loading because module_platform_driver_probe() prevents it from being re-probed. So, we replace module_platform_driver_probe() with module_platform_driver() and removed the __init attributes accordingly. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c')
0 files changed, 0 insertions, 0 deletions