Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319160
b: refs/heads/master
c: 02d8bf8
h: refs/heads/master
v: v3
  • Loading branch information
Laxman Dewangan authored and Wolfram Sang committed Jul 12, 2012
1 parent ae2e5a7 commit d175dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9dce4bcaaabce28f7b188e4fa4fda3ea74ae5a0d
refs/heads/master: 02d8bf8dc6b09cb810599c64d47da3bdf4f85882
4 changes: 1 addition & 3 deletions trunk/drivers/i2c/busses/i2c-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,6 @@ static const struct of_device_id tegra_i2c_of_match[] __devinitconst = {
{},
};
MODULE_DEVICE_TABLE(of, tegra_i2c_of_match);
#else
#define tegra_i2c_of_match NULL
#endif

static struct platform_driver tegra_i2c_driver = {
Expand All @@ -768,7 +766,7 @@ static struct platform_driver tegra_i2c_driver = {
.driver = {
.name = "tegra-i2c",
.owner = THIS_MODULE,
.of_match_table = tegra_i2c_of_match,
.of_match_table = of_match_ptr(tegra_i2c_of_match),
},
};

Expand Down

0 comments on commit d175dbf

Please sign in to comment.