Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
power: supply: bq2597x: Remove unused functions
../drivers/power/supply/ti/bq2597x_charger_pipa.c:528:12: warning: unused function 'bq2597x_set_wdt' [-Wunused-function] static int bq2597x_set_wdt(struct bq2597x *bq, int ms) ^ ../drivers/power/supply/ti/bq2597x_charger_pipa.c:1187: CC drivers/staging/android/ion/ion_carveout_heap.o 12: warning: unused function 'bq2597x_clear_alarm_int_mask' [-Wunused-function] static int bq2597x_clear_alarm_int_mask(struct bq2597x *bq, u8 mask) ^ ../drivers/power/supply/ti/bq2597x_charger_pipa.c:1221:12: warning: unused function 'bq2597x_clear_fault_int_mask' [-Wunused-function] static int bq2597x_clear_fault_int_mask(struct bq2597x *bq, u8 mask) ^ Change-Id: I71deb1501da58a8f8c4e298407683e2ab44c8f6d Signed-off-by: Yuan Si <[email protected]>
- Loading branch information