From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760445Ab0FQRZj (ORCPT ); Thu, 17 Jun 2010 13:25:39 -0400 Received: from kroah.org ([198.145.64.141]:58100 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756938Ab0FQRZh (ORCPT ); Thu, 17 Jun 2010 13:25:37 -0400 Date: Thu, 17 Jun 2010 10:25:16 -0700 From: Greg KH To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Alek Du , Jacob Pan Subject: Re: linux-next: build failure after merge of the final tree (usb tree related) Message-ID: <20100617172515.GA20453@kroah.com> References: <20100617145331.7bbefc4a.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100617145331.7bbefc4a.sfr@canb.auug.org.au> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 17, 2010 at 02:53:31PM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the final tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > In file included from drivers/usb/host/ehci-hcd.c:113: > drivers/usb/host/ehci-dbg.c: In function 'debug_lpm_write': > drivers/usb/host/ehci-dbg.c:992: error: implicit declaration of function 'copy_from_user' > > Caused by commit a3c0b4b257eeaefe4e6c8fbf5ddfe674242f1b9e ("USB: EHCI: > EHCI 1.1 addendum: preparation"). Presumably a missing include of > linux/uaccess.h ... > > I applied this patch for today: thanks, I've merged your fix in with the main patch so this problem will not show up, and pushed the updated patches out. thanks, greg k-h