]> git.baikalelectronics.ru Git - kernel.git/commit
adb: Convert from class_device to device
authorTony Jones <tonyj@suse.de>
Tue, 25 Sep 2007 00:03:03 +0000 (02:03 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Jan 2008 04:40:05 +0000 (20:40 -0800)
commit5722ab60f7d3ac34e5ae309f7edc275781d659d4
tree4c6f04db28228ba3529a280c72c92f85f1c6cdd9
parent81f0def5b2ab86768666493dc1f2fa843495fbf2
adb: Convert from class_device to device

struct class_device is going away, this converts the code to use struct
device instead.

Signed-off-by: Tony Jones <tonyj@suse.de>
Cc: Joshua Thompson <funaho@jurai.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/macintosh/adb.c