Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105808
b: refs/heads/master
c: 4f46d6e
h: refs/heads/master
v: v3
  • Loading branch information
Kay Sievers authored and Linus Torvalds committed Jul 25, 2008
1 parent e17cdf2 commit 3ec6c60
Show file tree
Hide file tree
Showing 4 changed files with 7 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: 2f5a5cf93fae7b8354b45b8443dcc3448a8fc276
refs/heads/master: 4f46d6e7e5ffbce0ee1d1a80767fdf45e56cc863
2 changes: 2 additions & 0 deletions trunk/drivers/mfd/htc-pasic3.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ static int pasic3_remove(struct platform_device *pdev)
return 0;
}

MODULE_ALIAS("platform:pasic3");

static struct platform_driver pasic3_driver = {
.driver = {
.name = "pasic3",
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/mfd/mcp-sa11x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ static int mcp_sa11x0_resume(struct platform_device *dev)
/*
* The driver for the SA11x0 MCP port.
*/
MODULE_ALIAS("platform:sa11x0-mcp");

static struct platform_driver mcp_sa11x0_driver = {
.probe = mcp_sa11x0_probe,
.remove = mcp_sa11x0_remove,
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/mfd/sm501.c
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,8 @@ static struct pci_driver sm501_pci_drv = {
.remove = sm501_pci_remove,
};

MODULE_ALIAS("platform:sm501");

static struct platform_driver sm501_plat_drv = {
.driver = {
.name = "sm501",
Expand Down

0 comments on commit 3ec6c60

Please sign in to comment.