From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: linux-next: Tree for Aug 22 (drivers/power/pda_power.c) Date: Mon, 22 Aug 2011 09:10:20 -0700 Message-ID: <20110822091020.a2f179c6.rdunlap@xenotime.net> References: <20110822145304.980529cb921e5f1321c622da@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110822145304.980529cb921e5f1321c622da@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell , lud Cc: linux-next@vger.kernel.org, LKML List-Id: linux-next.vger.kernel.org On Mon, 22 Aug 2011 14:53:04 +1000 Stephen Rothwell wrote: > Hi all, > > [The kernel.org mirroring is a bit low today] When CONFIG_USB_OTG_UTILS is not enabled: drivers/power/pda_power.c: In function 'pda_power_probe': drivers/power/pda_power.c:322: error: 'otg_is_usb_online' undeclared (first use in this function) drivers/power/pda_power.c:322: error: (Each undeclared identifier is reported only once drivers/power/pda_power.c:322: error: for each function it appears in.) drivers/power/pda_power.c:325: error: 'otg_is_ac_online' undeclared (first use in this function) drivers/power/pda_power.c:371: error: 'otg_handle_notification' undeclared (first use in this function) --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***