diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-11-03 18:20:21 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-11-09 16:02:12 +0100 |
commit | 1cb201af626eedf0ff78cc1712c731b463994c60 (patch) | |
tree | 0b28f0f237eb0117018a8669a054753c02f9b18a /arch/arm/mach-at91/at91sam9g45_devices.c | |
parent | at91/yl-9200: Fix section mismatch (diff) | |
download | linux-1cb201af626eedf0ff78cc1712c731b463994c60.tar.xz linux-1cb201af626eedf0ff78cc1712c731b463994c60.zip |
atmel/spi: fix missing probe
Commit 940ab889 "drivercore: Add helper macro for platform_driver boilerplate"
converted this driver to use module_platform_driver, but due to the use
of platform_driver_probe(), this resulted in the call to atmel_spi_probe being
lost. Place the call to this function into the driver structure.
fix section missmatch
atmel_spi_probe is marked __init where it's supposed to be __devinit
atmel_spi_remove is marked __exit where it's supposed to be __devexit
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/at91sam9g45_devices.c')
0 files changed, 0 insertions, 0 deletions