Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319704
b: refs/heads/master
c: b673e24
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Samuel Ortiz committed Jul 8, 2012
1 parent 10faa12 commit f677c42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: b04c530c78464a02963adeed6b6e458535d7cd8f
refs/heads/master: b673e24c0ae041d02b51b13917ba89aafdd454ed
8 changes: 4 additions & 4 deletions trunk/drivers/mfd/max8997.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ static const struct i2c_device_id max8997_i2c_id[] = {
};
MODULE_DEVICE_TABLE(i2c, max8998_i2c_id);

u8 max8997_dumpaddr_pmic[] = {
static u8 max8997_dumpaddr_pmic[] = {
MAX8997_REG_INT1MSK,
MAX8997_REG_INT2MSK,
MAX8997_REG_INT3MSK,
Expand Down Expand Up @@ -331,7 +331,7 @@ u8 max8997_dumpaddr_pmic[] = {
MAX8997_REG_DVSOKTIMER5,
};

u8 max8997_dumpaddr_muic[] = {
static u8 max8997_dumpaddr_muic[] = {
MAX8997_MUIC_REG_INTMASK1,
MAX8997_MUIC_REG_INTMASK2,
MAX8997_MUIC_REG_INTMASK3,
Expand All @@ -341,7 +341,7 @@ u8 max8997_dumpaddr_muic[] = {
MAX8997_MUIC_REG_CONTROL3,
};

u8 max8997_dumpaddr_haptic[] = {
static u8 max8997_dumpaddr_haptic[] = {
MAX8997_HAPTIC_REG_CONF1,
MAX8997_HAPTIC_REG_CONF2,
MAX8997_HAPTIC_REG_DRVCONF,
Expand Down Expand Up @@ -423,7 +423,7 @@ static int max8997_resume(struct device *dev)
return max8997_irq_resume(max8997);
}

const struct dev_pm_ops max8997_pm = {
static const struct dev_pm_ops max8997_pm = {
.suspend = max8997_suspend,
.resume = max8997_resume,
.freeze = max8997_freeze,
Expand Down

0 comments on commit f677c42

Please sign in to comment.