From: David Brownell Date: Fri, 6 Jun 2008 20:48:07 +0000 (-0500) Subject: device create: spi: convert device_create to device_create_drvdata X-Git-Tag: v2.6.27-rc1~866^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d81252ddb10f63ae4db713d9b32faabe641b850;p=pandora-kernel.git device create: spi: convert device_create to device_create_drvdata Switch over to use the shiny new device_create_drvdata() call instead of the original device_create() calls, so this continues to work after device_create() is removed. Note that this driver never had the race which motivated removing the original call; it locked correctly. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed