Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10630
b: refs/heads/master
c: e78f857
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Riffard authored and Greg Kroah-Hartman committed Oct 28, 2005
1 parent 87453e6 commit 098c979
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: 0cf3628181660be4e21fe520766dcbc3da9d71c8
refs/heads/master: e78f857cc5299c3f6b3d046084696ef205948837
2 changes: 2 additions & 0 deletions trunk/drivers/i2c/busses/i2c-keywest.c
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ static struct of_device_id i2c_keywest_match[] =

static struct macio_driver i2c_keywest_macio_driver =
{
.owner = THIS_MODULE,
.name = "i2c-keywest",
.match_table = i2c_keywest_match,
.probe = create_iface_macio,
Expand All @@ -724,6 +725,7 @@ static struct macio_driver i2c_keywest_macio_driver =

static struct of_platform_driver i2c_keywest_of_platform_driver =
{
.owner = THIS_MODULE,
.name = "i2c-keywest",
.match_table = i2c_keywest_match,
.probe = create_iface_of_platform,
Expand Down

0 comments on commit 098c979

Please sign in to comment.