From f7a9a4d782628b4bd2392d931b95bd49732a2918 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Fri, 8 May 2009 08:59:51 +0100 Subject: [PATCH] [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-format-patch failed