spi: Remove erroneous __init, __exit and __exit_p() references in drivers
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 5 Feb 2013 13:27:35 +0000 (13:27 +0000)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 5 Feb 2013 14:43:16 +0000 (14:43 +0000)
commit2deff8d602e8c9a2cab4b070be829294e1211f2c
treea276d1162d24a8a407c40e88dd1e97a3dd035491
parent75bf3361104157b6dcdadc895329a67b1c4f9617
spi: Remove erroneous __init, __exit and __exit_p() references in drivers

Some of the spi driver module remove hooks were annotated with __exit
and referenced with __exit_p(). Presumably these were supposed to be
__devinit, __devexit and __devexit_p() since __init/__exit for a
probe/remove hook has never been correct. They also got missed during
the big __devinit/__devexit purge since they didn't match the pattern.
Remove then now to be rid of it.

v2: purge __init also

Reported-by: Arnd Bergmann <arnd@arndb.de>
[Arnd set a patch cleaning up one, and then I found more]
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-atmel.c
drivers/spi/spi-au1550.c
drivers/spi/spi-bfin5xx.c
drivers/spi/spi-omap-100k.c
drivers/spi/spi-omap-uwire.c
drivers/spi/spi-orion.c
drivers/spi/spi-ppc4xx.c
drivers/spi/spi-s3c64xx.c
drivers/spi/spi-txx9.c