From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760099AbXHUPBy (ORCPT ); Tue, 21 Aug 2007 11:01:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760729AbXHUPBf (ORCPT ); Tue, 21 Aug 2007 11:01:35 -0400 Received: from mx2.suse.de ([195.135.220.15]:47592 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761308AbXHUPBe (ORCPT ); Tue, 21 Aug 2007 11:01:34 -0400 Date: Tue, 21 Aug 2007 07:59:58 -0700 From: Tony Jones To: linux-kernel@vger.kernel.org Cc: kas@fi.muni.cz, kay.sievers@vrfy.org Subject: Re: [patch 05/14] Convert from class_device to device for cosa sync driver Message-ID: <20070821145958.GD26519@suse.de> References: <20070820224806.154198000@suse.de> <20070820225105.840344000@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070820225105.840344000@suse.de> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 20, 2007 at 03:48:11PM -0700, tonyj@suse.de 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