Re: [patch 05/14] Convert from class_device to device for cosa sync driver

2007-08-22 Thread Jan Kasprzak
Tony Jones wrote: : On Mon, Aug 20, 2007 at 03:48:11PM -0700, [EMAIL PROTECTED] wrote: : > -- : > Content-Disposition: inline; filename=wan.patch : > : > Convert from class_device to device for drivers/net/wan/cosa. This is part of : > the work to eliminate struct class_device. : : Signed-off

Re: [patch 05/14] Convert from class_device to device for cosa sync driver

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

[patch 05/14] Convert from class_device to device for cosa sync driver

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=wan.patch Convert from class_device to device for drivers/net/wan/cosa. This is part of the work to eliminate struct class_device. --- drivers/net/wan/cosa.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- a/drivers/net/wan/cosa.c ++