power: Avoid interaction build errors

Change-Id: I77942f23a9c617abac1a8533cfc1fd7bfa7f66e8
This commit is contained in:
Michael Bestas
2018-03-26 02:07:57 +03:00
parent d12031bf27
commit 4a5a366f21
4 changed files with 2 additions and 8 deletions

View File

@@ -180,9 +180,6 @@ static int process_video_encode_hint(void* metadata) {
return HINT_NONE;
}
/* Declare function before use */
void interaction(int duration, int num_args, int opt_list[]);
int power_hint_override(power_hint_t hint, void* data) {
int ret_val = HINT_NONE;
switch (hint) {