From: Guenter Roeck <linux@roeck-us.net>
To: Ramneek Mehresh <ramneek.mehresh@freescale.com>
Cc: Alan Stern <stern@rowland.harvard.edu>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
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'
Date: Wed, 27 May 2015 12:59:03 -0700 [thread overview]
Message-ID: <20150527195903.GA5716@roeck-us.net> (raw)
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
next reply other threads:[~2015-05-27 19:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-27 19:59 Guenter Roeck [this message]
2015-05-28 3:55 ` Build errors in -next due to 'drivers:usb:fsl:Make fsl ehci drv an independent driver module' Ramneek Mehresh
2015-05-28 4:02 ` Ramneek Mehresh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150527195903.GA5716@roeck-us.net \
--to=linux@roeck-us.net \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=ramneek.mehresh@freescale.com \
--cc=stern@rowland.harvard.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox