|
@@ -422,7 +422,10 @@ struct ab8500_chargalg_platform_data {
|
|
|
struct ab8500_btemp;
|
|
|
struct ab8500_gpadc;
|
|
|
struct ab8500_fg;
|
|
|
+
|
|
|
#ifdef CONFIG_AB8500_BM
|
|
|
+extern struct abx500_bm_data ab8500_bm_data;
|
|
|
+
|
|
|
void ab8500_fg_reinit(void);
|
|
|
void ab8500_charger_usb_state_changed(u8 bm_usb_state, u16 mA);
|
|
|
struct ab8500_btemp *ab8500_btemp_get(void);
|
|
@@ -434,31 +437,7 @@ int ab8500_fg_inst_curr_finalize(struct ab8500_fg *di, int *res);
|
|
|
int ab8500_fg_inst_curr_done(struct ab8500_fg *di);
|
|
|
|
|
|
#else
|
|
|
-int ab8500_fg_inst_curr_done(struct ab8500_fg *di)
|
|
|
-{
|
|
|
-}
|
|
|
-static void ab8500_fg_reinit(void)
|
|
|
-{
|
|
|
-}
|
|
|
-static void ab8500_charger_usb_state_changed(u8 bm_usb_state, u16 mA)
|
|
|
-{
|
|
|
-}
|
|
|
-static struct ab8500_btemp *ab8500_btemp_get(void)
|
|
|
-{
|
|
|
- return NULL;
|
|
|
-}
|
|
|
-static int ab8500_btemp_get_batctrl_temp(struct ab8500_btemp *btemp)
|
|
|
-{
|
|
|
- return 0;
|
|
|
-}
|
|
|
-struct ab8500_fg *ab8500_fg_get(void)
|
|
|
-{
|
|
|
- return NULL;
|
|
|
-}
|
|
|
-static int ab8500_fg_inst_curr_blocking(struct ab8500_fg *dev)
|
|
|
-{
|
|
|
- return -ENODEV;
|
|
|
-}
|
|
|
+static struct abx500_bm_data ab8500_bm_data;
|
|
|
|
|
|
static inline int ab8500_fg_inst_curr_start(struct ab8500_fg *di)
|
|
|
{
|