[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4876EE17.5050800@garzik.org>
Date: Fri, 11 Jul 2008 01:22:31 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Takashi Iwai <tiwai@...e.de>
CC: Stephen Rothwell <sfr@...b.auug.org.au>,
Laurent Pinchart <laurentp@...-semaphore.com>,
linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH linux-next-20080704] Fix missing exports for net/phy/mdio-bitbang.c
Takashi Iwai wrote:
> {alloc,free}_mdio_bitbang() are not exported while they are used in
> mdio-ofgpio driver.
>
> Signed-off-by: Takashi Iwai <tiwai@...e.de>
>
> ---
> diff --git a/drivers/net/phy/mdio-bitbang.c b/drivers/net/phy/mdio-bitbang.c
> index 2747b1f..c01b780 100644
> --- a/drivers/net/phy/mdio-bitbang.c
> +++ b/drivers/net/phy/mdio-bitbang.c
> @@ -177,6 +177,7 @@ struct mii_bus *alloc_mdio_bitbang(struct mdiobb_ctrl *ctrl)
>
> return bus;
> }
> +EXPORT_SYMBOL(alloc_mdio_bitbang);
>
> void free_mdio_bitbang(struct mii_bus *bus)
> {
> @@ -185,5 +186,6 @@ void free_mdio_bitbang(struct mii_bus *bus)
> module_put(ctrl->ops->owner);
> kfree(bus);
> }
> +EXPORT_SYMBOL(free_mdio_bitbang);
>
> MODULE_LICENSE("GPL");
applied
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists