From: Russell King Date: Sat, 28 Oct 2006 21:42:56 +0000 (+0100) Subject: [ARM] Fix suspend oops caused by PXA2xx PCMCIA driver X-Git-Tag: v2.6.19-rc4~23^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9468613b2bb0a386af563953b613efc6c77bd8c1;p=pandora-kernel.git [ARM] Fix suspend oops caused by PXA2xx PCMCIA driver The PXA2xx PCMCIA driver was registering a device_driver with the platform_bus_type. Unfortunately, this causes data outside the device_driver structure to be dereferenced as if it were a platform_driver structure, causing an oops. Convert the PXA2xx core driver to use the proper platform_driver structure. Signed-off-by: Russell King --- Reading git-diff-tree failed