From 6f60deb7d2dc072876c3e495d6e859f758b3452e Mon Sep 17 00:00:00 2001 From: "Milo(Woogyom) Kim" Date: Wed, 4 Jan 2012 16:23:11 +0400 Subject: [PATCH] --- yaml --- r: 283469 b: refs/heads/master c: e57b432d0c91a4c472b2826b21524bdbbf2688d1 h: refs/heads/master i: 283467: 2ede0bc09635e7d2b5e9235a98e8dac577ed8a3a v: v3 --- [refs] | 2 +- trunk/include/linux/lp8727.h | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 4d9786abf57d..84cec68d84a7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 620b2736696743fc785b2fc63dbc0fe69cbfe3a7 +refs/heads/master: e57b432d0c91a4c472b2826b21524bdbbf2688d1 diff --git a/trunk/include/linux/lp8727.h b/trunk/include/linux/lp8727.h index 3ec558959a11..d21fa2865bf4 100755 --- a/trunk/include/linux/lp8727.h +++ b/trunk/include/linux/lp8727.h @@ -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 @@ -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; };