lkml.org 
[lkml]   [2008]   [Jul]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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@suse.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




\
 
 \ /
  Last update: 2008-07-11 07:25    [W:0.042 / U:0.680 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site