[PATCH] USB: sl811_cs needs platform_device conversion too
authorDavid Brownell <david-b@pacbell.net>
Mon, 6 Feb 2006 20:15:15 +0000 (12:15 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 14 Feb 2006 05:33:39 +0000 (21:33 -0800)
commita0c53f1dca10acc93462339cbd0bf24b10d60a13
tree99b5e0d6bc58a0b38cfc98ee0c2b09049c5db462
parentc6c27721a42b991965bb792d5c196b8331d008d5
[PATCH] USB: sl811_cs needs platform_device conversion too

The switchover to "platform_driver" from "device_driver" missed
one rather essential usage, which broke the sl811_cs driver ...
this resolves the omission.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/sl811_cs.c