Skip to content

Commit

Permalink
parse error, drivers/i2c/busses/i2c-pmcmsp.c
Browse files Browse the repository at this point in the history
Signed-off-by: Yoann Padioleau <padator@wanadoo.fr>
Cc: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Yoann Padioleau authored and Linus Torvalds committed Jul 17, 2007
1 parent ae6f4a8 commit 5ee403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-pmcmsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ static struct i2c_adapter pmcmsptwi_adapter = {
static struct platform_driver pmcmsptwi_driver = {
.probe = pmcmsptwi_probe,
.remove = __devexit_p(pmcmsptwi_remove),
.driver {
.driver = {
.name = DRV_NAME,
.owner = THIS_MODULE,
},
Expand Down

0 comments on commit 5ee403f

Please sign in to comment.