diff options
author | Kyle Repinski <repinski23@gmail.com> | 2015-11-27 06:56:16 -0600 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2016-01-17 22:41:00 +0100 |
commit | b8515d8e0376e300ed17598f0288fad0e6ae0d89 (patch) | |
tree | bf394c872f5cad77013a437c86a187de635c4e87 /power | |
parent | 66ee9365c5313d4a1bbb76561b3188566e44c025 (diff) | |
download | device_samsung_tuna-b8515d8e0376e300ed17598f0288fad0e6ae0d89.zip device_samsung_tuna-b8515d8e0376e300ed17598f0288fad0e6ae0d89.tar.gz device_samsung_tuna-b8515d8e0376e300ed17598f0288fad0e6ae0d89.tar.bz2 |
Fix building with Clang.
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]; |