power: Remove unused arg from power_hint_override/set_interactive_override
Change-Id: If45b59915022b563d4c5c9bf454b02b431a97833
This commit is contained in:
committed by
Michael Bestas
parent
069801dcb7
commit
cd6e36030a
@@ -128,7 +128,7 @@ static int process_video_encode_hint(void *metadata)
|
||||
return HINT_NONE;
|
||||
}
|
||||
|
||||
int power_hint_override(struct power_module *module, power_hint_t hint, void *data)
|
||||
int power_hint_override(power_hint_t hint, void *data)
|
||||
{
|
||||
int ret_val = HINT_NONE;
|
||||
switch(hint) {
|
||||
@@ -141,7 +141,7 @@ int power_hint_override(struct power_module *module, power_hint_t hint, void *da
|
||||
return ret_val;
|
||||
}
|
||||
|
||||
int set_interactive_override(struct power_module *module, int on)
|
||||
int set_interactive_override(int on)
|
||||
{
|
||||
return HINT_HANDLED; /* Don't excecute this code path, not in use */
|
||||
char governor[80];
|
||||
|
||||
Reference in New Issue
Block a user