Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283469
b: refs/heads/master
c: e57b432
h: refs/heads/master
i:
  283467: 2ede0bc
v: v3
  • Loading branch information
Milo(Woogyom) Kim authored and Anton Vorontsov committed Jan 4, 2012
1 parent e75629a commit 6f60deb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 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: 620b2736696743fc785b2fc63dbc0fe69cbfe3a7
refs/heads/master: e57b432d0c91a4c472b2826b21524bdbbf2688d1
11 changes: 4 additions & 7 deletions trunk/include/linux/lp8727.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
/*
* lp8727.h - Driver for LP8727 Micro/Mini USB IC with intergrated charger
*
* Copyright (C) 2011 National Semiconductor
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/

#ifndef _LP8727_H
Expand Down Expand Up @@ -43,10 +40,10 @@ struct lp8727_chg_param {
};

struct lp8727_platform_data {
u8(*get_batt_present) (void);
u16(*get_batt_level) (void);
u8(*get_batt_capacity) (void);
u8(*get_batt_temp) (void);
u8 (*get_batt_present)(void);
u16 (*get_batt_level)(void);
u8 (*get_batt_capacity)(void);
u8 (*get_batt_temp)(void);
struct lp8727_chg_param ac;
struct lp8727_chg_param usb;
};
Expand Down

0 comments on commit 6f60deb

Please sign in to comment.