Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80988
b: refs/heads/master
c: 5619965
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson committed Dec 4, 2007
1 parent ff1a937 commit f0bbbfa
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 32e2b55eec7116a859b384dbcc4b52a54a156869
refs/heads/master: 5619965fecf5679ea32350905c54d087b27cc8ea
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/platforms/pasemi/gpio_mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ static struct of_device_id gpio_mdio_match[] =
},
{},
};
MODULE_DEVICE_TABLE(of, gpio_mdio_match);

static struct of_platform_driver gpio_mdio_driver =
{
Expand Down Expand Up @@ -356,3 +357,7 @@ void gpio_mdio_exit(void)
iounmap(gpio_regs);
}
module_exit(gpio_mdio_exit);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Olof Johansson <olof@lixom.net>");
MODULE_DESCRIPTION("Driver for MDIO over GPIO on PA Semi PWRficient-based boards");

0 comments on commit f0bbbfa

Please sign in to comment.