Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233575
b: refs/heads/master
c: f72487e
h: refs/heads/master
i:
  233573: 759f356
  233571: 3ee6dd5
  233567: 498797e
v: v3
  • Loading branch information
Balaji T K authored and Ben Dooks committed Feb 23, 2011
1 parent 35191f2 commit 3f2c7f4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: adf6e07922255937c8bfeea777d19502b4c9a2be
refs/heads/master: f72487e7a1827f5e95425b80ec4fcc4f928329e8
5 changes: 3 additions & 2 deletions trunk/drivers/i2c/busses/i2c-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1160,8 +1160,9 @@ static struct dev_pm_ops omap_i2c_pm_ops = {
.suspend = omap_i2c_suspend,
.resume = omap_i2c_resume,
};
#define OMAP_I2C_PM_OPS (&omap_i2c_pm_ops)
#else
#define omap_i2c_pm_ops NULL
#define OMAP_I2C_PM_OPS NULL
#endif

static struct platform_driver omap_i2c_driver = {
Expand All @@ -1170,7 +1171,7 @@ static struct platform_driver omap_i2c_driver = {
.driver = {
.name = "omap_i2c",
.owner = THIS_MODULE,
.pm = &omap_i2c_pm_ops,
.pm = OMAP_I2C_PM_OPS,
},
};

Expand Down

0 comments on commit 3f2c7f4

Please sign in to comment.