diff options
Diffstat (limited to 'power')
-rw-r--r-- | power/power_tuna.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/power/power_tuna.c b/power/power_tuna.c index c2029a3..d0157d7 100644 --- a/power/power_tuna.c +++ b/power/power_tuna.c @@ -151,7 +151,7 @@ static void tuna_power_set_interactive(struct power_module *module, int on) } static void tuna_power_hint(struct power_module *module, power_hint_t hint, - void *data) + void *data __unused) { struct tuna_power_module *tuna = (struct tuna_power_module *) module; char buf[80]; |