google_battery: remove POWER_SUPPLY_PROP_CYCLE_COUNTS

Cycle_counts is now a device property

Bug: 160835098
Test: recompile
Signed-off-by: AleX Pelosi <[email protected]>
Change-Id: I0d5c07c83b4baeaa824a2fc719ec1da221703bd6
diff --git a/google_eeprom.c b/google_eeprom.c
index 7a0c897..dec23ea 100644
--- a/google_eeprom.c
+++ b/google_eeprom.c
@@ -16,7 +16,7 @@
 #include <linux/kernel.h>
 #include <linux/pm_runtime.h>
 #include <linux/nvmem-consumer.h>
-#include "google_bms.h"
+#include "gbms_storage.h"
 
 #define BATT_TOTAL_HIST_LEN	928
 #define BATT_ONE_HIST_LEN	28