From: Grant Likely Date: Sun, 13 Dec 2009 08:03:12 +0000 (-0700) Subject: spi: fix probe/remove section markings X-Git-Tag: v2.6.33-rc1~279^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=965346e3b99e2c5f51bd1325ddd0257227000355;p=pandora-kernel.git spi: fix probe/remove section markings 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 --- Reading git-diff-tree failed