commit | 57cdf82ce578959ec871899ad4461475148009e0 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Tue Jan 01 03:28:00 2013 -0800 |
committer | Dave Airlie <airlied@redhat.com> | Fri Jan 04 16:03:33 2013 +1000 |
tree | 57f5bb9f4b8c8d32714df1f5d0aba21bd68181b2 | |
parent | e61e512b5ae7ceda32e84c5ccfe77b6188a01fad [diff] |
drm: nouveau: Fix build warning seen if HWMON is undefined Fix: nouveau_pm.c: In function ‘nouveau_hwmon_init’: nouveau_pm.c:703:24: warning: unused variable ‘therm’ [-Wunused-variable] Introduced by commit 095f979a (drm/nouveau/pm: fix build with HWMON off) which fixed a build error but introduced a build warning. Cc: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Dave Airlie <airlied@redhat.com>