From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965447AbaH0XzV (ORCPT ); Wed, 27 Aug 2014 19:55:21 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:39677 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964814AbaH0XzS (ORCPT ); Wed, 27 Aug 2014 19:55:18 -0400 X-Sasl-enc: tLE3mvuVkCq6yYmi7v4Fp0aBapqHnyYqf6HWp0FnYfNe 1409183717 Date: Wed, 27 Aug 2014 16:55:16 -0700 From: Greg KH To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Roger Quadros , Michael Welling , Alan Stern Subject: Re: linux-next: build failure after merge of the usb.current tree Message-ID: <20140827235516.GA12987@kroah.com> References: <20140827110322.5f8a7742@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140827110322.5f8a7742@canb.auug.org.au> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 27, 2014 at 11:03:22AM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the usb.current tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > drivers/usb/core/hub.c: In function 'hub_probe': > drivers/usb/core/hub.c:1735:21: error: 'struct dev_pm_info' has no member named 'autosuspend_delay' > if (hdev->dev.power.autosuspend_delay >= 0) > ^ > > Caused by commit bdd405d2a528 ("usb: hub: Prevent hub autosuspend if > usbcore.autosuspend is -1"). CONFIG_PM_RUNTIME is not set in this > build. > > I have reverted that commit for today. Thanks, I'll work on fixing this later on today... greg k-h