From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752245AbbE0T7L (ORCPT ); Wed, 27 May 2015 15:59:11 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:55571 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750726AbbE0T7H (ORCPT ); Wed, 27 May 2015 15:59:07 -0400 Date: Wed, 27 May 2015 12:59:03 -0700 From: Guenter Roeck To: Ramneek Mehresh Cc: Alan Stern , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-next@vger.kernel.org Subject: Build errors in -next due to 'drivers:usb:fsl:Make fsl ehci drv an independent driver module' Message-ID: <20150527195903.GA5716@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, your patch 'drivers:usb:fsl:Make fsl ehci drv an independent driver module' converts the driver into a separate module. Unfortunately, it uses non-exported functions from the ehci core code. This results in compile errors for several powerpc configurations. drivers/usb/host/ehci-fsl.c: In function 'ehci_fsl_drv_suspend': drivers/usb/host/ehci-fsl.c:531:2: error: implicit declaration of function 'ehci_adjust_port_wakeup_flags' drivers/usb/host/ehci-fsl.c: In function 'ehci_fsl_drv_resume': drivers/usb/host/ehci-fsl.c:561:2: error: implicit declaration of function 'ehci_reset' Guenter