From: Kishon Vijay Abraham I <kishon@ti.com>
To: Sebastian Ott <sebott@linux.vnet.ibm.com>, Rob Herring <robh@kernel.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] phy/pxa: add HAS_IOMEM dependency
Date: Wed, 15 Jul 2015 18:16:12 +0530 [thread overview]
Message-ID: <55A65614.1020403@ti.com> (raw)
In-Reply-To: <alpine.LFD.2.11.1506291654370.1709@denkbrett>
Hi,
On Monday 29 June 2015 08:27 PM, Sebastian Ott wrote:
> Fix this compile error:
>
> drivers/built-in.o: In function 'mv_usb2_phy_probe':
> phy-pxa-28nm-usb2.c:(.text+0x25ec): undefined reference to 'devm_ioremap_resource'
> drivers/built-in.o: In function 'mv_hsic_phy_probe':
> phy-pxa-28nm-hsic.c:(.text+0x3084): undefined reference to 'devm_ioremap_resource'
>
> Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
merged this to linux-phy tree.
Cheers
Kishon
> ---
> drivers/phy/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> --- a/drivers/phy/Kconfig
> +++ b/drivers/phy/Kconfig
> @@ -56,6 +56,7 @@ config PHY_EXYNOS_MIPI_VIDEO
>
> config PHY_PXA_28NM_HSIC
> tristate "Marvell USB HSIC 28nm PHY Driver"
> + depends on HAS_IOMEM
> select GENERIC_PHY
> help
> Enable this to support Marvell USB HSIC PHY driver for Marvell
> @@ -66,6 +67,7 @@ config PHY_PXA_28NM_HSIC
>
> config PHY_PXA_28NM_USB2
> tristate "Marvell USB 2.0 28nm PHY Driver"
> + depends on HAS_IOMEM
> select GENERIC_PHY
> help
> Enable this to support Marvell USB 2.0 PHY driver for Marvell
>
prev parent reply other threads:[~2015-07-15 12:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-29 14:57 [PATCH] phy/pxa: add HAS_IOMEM dependency Sebastian Ott
2015-07-15 12:46 ` Kishon Vijay Abraham I [this message]
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=55A65614.1020403@ti.com \
--to=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sebott@linux.vnet.ibm.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.