diff options
| author | David Lechner <[email protected]> | 2018-01-21 20:09:36 +0000 |
|---|---|---|
| committer | Ulf Hansson <[email protected]> | 2018-01-22 07:21:39 +0000 |
| commit | 6478f4e12b7663cf5ab5303c06f99e9ec8c2b859 (patch) | |
| tree | ff8c804a49c6bcc6e933c6839ffd7a50fbe5cd0d /net/unix/af_unix.c | |
| parent | mmc: tmio: hide unused tmio_mmc_clk_disable/tmio_mmc_clk_enable functions (diff) | |
| download | kernel-6478f4e12b7663cf5ab5303c06f99e9ec8c2b859.tar.gz kernel-6478f4e12b7663cf5ab5303c06f99e9ec8c2b859.zip | |
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 <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
