Re: [patch 04/14] Convert from class_device to device for drivers/macintosh

2007-08-23 Thread Benjamin Herrenschmidt
On Mon, 2007-08-20 at 15:48 -0700, [EMAIL PROTECTED] wrote: > -- > Content-Disposition: inline; filename=macintosh.patch > > Convert from class_device to device for macintosh. This is part of the > work to eliminate struct class_device. Good. That stuff shouldn't have been a class in the first

Re: [patch 04/14] Convert from class_device to device for drivers/macintosh

2007-08-21 Thread Tony Jones
On Mon, Aug 20, 2007 at 03:48:10PM -0700, [EMAIL PROTECTED] wrote: > -- > Content-Disposition: inline; filename=macintosh.patch > > Convert from class_device to device for macintosh. This is part of the > work to eliminate struct class_device. Signed-off-by: Tony Jones <[EMAIL PROTECTED]> - To

[patch 04/14] Convert from class_device to device for drivers/macintosh

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=macintosh.patch Convert from class_device to device for macintosh. This is part of the work to eliminate struct class_device. --- drivers/macintosh/adb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/macintosh/adb.c +++ b/drive