Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347043
b: refs/heads/master
c: 45fd5e4
h: refs/heads/master
i:
  347041: 102e3fa
  347039: 03eec42
v: v3
  • Loading branch information
Wolfram Sang committed Nov 13, 2012
1 parent 2934162 commit da3117c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b53f4baf8b26303fc75ef3b00cf5e7398b58efd4
refs/heads/master: 45fd5e4ad2052101b4ceda5fdf4b003c428ebdfc
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-rcar.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ static int __devexit rcar_i2c_remove(struct platform_device *pdev)
return 0;
}

static struct platform_driver rcar_i2c_drv = {
static struct platform_driver rcar_i2c_driver = {
.driver = {
.name = "i2c-rcar",
.owner = THIS_MODULE,
Expand All @@ -702,7 +702,7 @@ static struct platform_driver rcar_i2c_drv = {
.remove = __devexit_p(rcar_i2c_remove),
};

module_platform_driver(rcar_i2c_drv);
module_platform_driver(rcar_i2c_driver);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Renesas R-Car I2C bus driver");
Expand Down

0 comments on commit da3117c

Please sign in to comment.