Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296367
b: refs/heads/master
c: ddb1e04
h: refs/heads/master
i:
  296365: 0ae4ad9
  296363: d455f34
  296359: 2c0e831
  296351: 1df901f
v: v3
  • Loading branch information
Russell King committed Feb 18, 2012
1 parent 898e4ee commit a36cd47
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: 2f7510c6070932371e0b842a5470ce7190dcf162
refs/heads/master: ddb1e04a35846b6c5b6039e92555dafaf6ee03d2
2 changes: 2 additions & 0 deletions trunk/drivers/mfd/ucb1x00-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ static int ucb1x00_resume(struct mcp *mcp)
static struct mcp_driver ucb1x00_driver = {
.drv = {
.name = "ucb1x00",
.owner = THIS_MODULE,
},
.probe = ucb1x00_probe,
.remove = ucb1x00_remove,
Expand Down Expand Up @@ -757,6 +758,7 @@ EXPORT_SYMBOL(ucb1x00_disable_irq);
EXPORT_SYMBOL(ucb1x00_register_driver);
EXPORT_SYMBOL(ucb1x00_unregister_driver);

MODULE_ALIAS("mcp:ucb1x00");
MODULE_AUTHOR("Russell King <rmk@arm.linux.org.uk>");
MODULE_DESCRIPTION("UCB1x00 core driver");
MODULE_LICENSE("GPL");

0 comments on commit a36cd47

Please sign in to comment.