From: Linus Walleij Date: Fri, 8 May 2009 07:59:51 +0000 (+0100) Subject: [ARM] 5510/1: U300 GPIO debug and init fixes X-Git-Tag: v2.6.31-rc1~344^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a9a4d782628b4bd2392d931b95bd49732a2918;p=pandora-kernel.git [ARM] 5510/1: U300 GPIO debug and init fixes This moves the GPIO driver away from using __devinit and __devexit It also removes all printk() in favor of using dev_* print macros on pdev->dev struct instead. Surplus prints are removed, and the platform_device_probe() function is used instead of putting a .probe function in the platform driver struct. Signed-off-by: Linus Walleij Signed-off-by: Russell King --- Reading git-diff-tree failed