power: Make the rest of the platforms compatible with HIDL hal

Change-Id: If45b59915022b563d4c5c9bf454b02b431a97833
diff --git a/power-8953.c b/power-8953.c
index 09df941..8867016 100644
--- a/power-8953.c
+++ b/power-8953.c
@@ -58,8 +58,7 @@
 static void process_video_encode_hint(void *metadata);
 //static void process_cam_preview_hint(void *metadata);
 
-int  power_hint_override(struct power_module *module, power_hint_t hint,
-        void *data)
+int  power_hint_override(power_hint_t hint, void *data)
 {
 
     switch(hint) {
@@ -74,7 +73,7 @@
     return HINT_NONE;
 }
 
-int  set_interactive_override(struct power_module *module, int on)
+int  set_interactive_override(int on)
 {
     char governor[80];
     char tmp_str[NODE_MAX];