Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103511
b: refs/heads/master
c: e9911c2
h: refs/heads/master
i:
  103509: 65c30fe
  103507: e47f2b7
  103503: 3387b22
v: v3
  • Loading branch information
Takashi Iwai authored and Jeff Garzik committed Jul 11, 2008
1 parent 2a36298 commit 5786111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9439f749441f3a7c2c8ef9e32b698cfe9ed60f48
refs/heads/master: e9911c2c8f87cfda47109c42e399fa487117095c
2 changes: 2 additions & 0 deletions trunk/drivers/net/phy/mdio-bitbang.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -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");

0 comments on commit 5786111

Please sign in to comment.