From: Uwe Kleine-König Date: Sun, 21 Sep 2008 21:52:07 +0000 (+0200) Subject: avr32: Use platform_driver_probe for pio platform driver X-Git-Tag: v2.6.28-rc1~700^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6634db8fe1784d0a8e4e156970fec034708446e;p=pandora-kernel.git avr32: Use platform_driver_probe for pio platform driver The probe function of the pio platform driver lives in the init section and so a pio device that is created after the init section is discarded probably results in an oops. Even if this cannot happen, using platform_driver_probe is cleaner. (If this can happen and should be supported the probe function must live in the devinit section instead.) Signed-off-by: Uwe Kleine-König Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed