boards: cxd56xx: Fix charger and gauge initialize functions
Fix the function definitions to match the prototype declarations.
This commit is contained in:
parent
e084c52e12
commit
0953d0cbb5
@ -46,8 +46,7 @@ static int g_chargerinitialized = 0;
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
int board_charger_initialize(const char *devpath,
|
||||
int16_t *gaugemeter)
|
||||
int board_charger_initialize(const char *devpath)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
@ -46,7 +46,7 @@ static int g_gaugeinitialized = 0;
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int board_gauge_initialize(const char *devpath, int16_t *gaugemeter)
|
||||
int board_gauge_initialize(const char *devpath)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user