Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757032AbYGYA5g (ORCPT ); Thu, 24 Jul 2008 20:57:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753328AbYGYA51 (ORCPT ); Thu, 24 Jul 2008 20:57:27 -0400 Received: from smtp119.sbc.mail.sp1.yahoo.com ([69.147.64.92]:36381 "HELO smtp119.sbc.mail.sp1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753823AbYGYA50 (ORCPT ); Thu, 24 Jul 2008 20:57:26 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=pacbell.net; h=Received:X-Yahoo-Newman-Property:From:To:Subject:Date:User-Agent:Cc:References:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id; b=Is0TXrNMql+Uj8nl8dCXlpC1eEu1fmiG5ELZt6CUZPFPh9lLEvWpDVLXTGJyvtgdBh8E0de9X9tIQMzUrbWbDecY1BJyUJZR75I+A4KFfLfs2+kmg8StLNFMNXtzxx8Uw4bejJ+twamtLCvCCII9Sdp1Al5/tuo9XlzpsK+hbMQ= ; X-Yahoo-Newman-Property: ymail-3 From: David Brownell To: Yinghai Lu Subject: Re: [PATCH] usb: move ehci reg def Date: Thu, 24 Jul 2008 17:57:22 -0700 User-Agent: KMail/1.9.9 Cc: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , Andi Kleen , "Arjan van de Ven" , "Eric W. Biederman" , "Greg KH" , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org References: <200807231252.20371.yhlu.kernel@gmail.com> <200807231739.39620.yhlu.kernel@gmail.com> <200807241727.57692.yhlu.kernel@gmail.com> In-Reply-To: <200807241727.57692.yhlu.kernel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807241757.23441.david-b@pacbell.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 816 Lines: 33 On Thursday 24 July 2008, Yinghai Lu wrote: > > prepare x86: usb debug port early console > > move ehci struct def to linux/usrb/ehci_def.h from host/ehci.h > > Signed-off-by: Yinghai Lu Acked-by: David Brownell so long as the minor issue below is fixed: > > ... > +#include > > /*-------------------------------------------------------------------------*/ > > + Only one blank line needed please. ;) > #define QTD_NEXT(ehci, dma) cpu_to_hc32(ehci, (u32)dma) > > /* -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/