spi: fix probe/remove section markings
authorGrant Likely <grant.likely@secretlab.ca>
Sun, 13 Dec 2009 08:03:12 +0000 (01:03 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 13 Dec 2009 08:03:12 +0000 (01:03 -0700)
Probe/remove functions need to be marked as __devinit and __devexit
(not __init an __exit) to prevent trying to run code that has been
discarded.  This patch fixes the spi_imx driver to mark probe and
remove correctly.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi_imx.c

Simple merge