Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319771
b: refs/heads/master
c: 706c96b
h: refs/heads/master
i:
  319769: 8522d16
  319767: 344faa0
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Jul 16, 2012
1 parent 3e15a18 commit 1319733
Show file tree
Hide file tree
Showing 3 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: 46b65a8fe63ece3b01d7d0c5e3bb5b9f478c44d5
refs/heads/master: 706c96b7208b6b4f070b7f5c104ea917c48043f5
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/88pm80x.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ int __devinit pm80x_init(struct i2c_client *client,
}
EXPORT_SYMBOL_GPL(pm80x_init);

int __devexit pm80x_deinit(struct i2c_client *client)
int pm80x_deinit(struct i2c_client *client)
{
struct pm80x_chip *chip = i2c_get_clientdata(client);

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/mfd/88pm80x.h
Original file line number Diff line number Diff line change
Expand Up @@ -365,5 +365,5 @@ static inline int pm80x_dev_resume(struct device *dev)

extern int pm80x_init(struct i2c_client *client,
const struct i2c_device_id *id) __devinit;
extern int pm80x_deinit(struct i2c_client *client) __devexit;
extern int pm80x_deinit(struct i2c_client *client);
#endif /* __LINUX_MFD_88PM80X_H */

0 comments on commit 1319733

Please sign in to comment.