David Brownell 3d81252ddb 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 <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-07-21 21:54:45 -07:00
..
2007-02-14 08:09:53 -08:00
2008-05-13 08:02:25 -07:00
2008-02-06 10:41:11 -08:00
2007-05-08 11:15:15 -07:00
2008-07-10 16:41:50 +01:00
2007-10-16 09:43:10 -07:00
2008-05-01 08:04:01 -07:00