mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
150cee9cfd
Regular nightly randconfig build testing discovered these warnings:
drivers/gpu/drm/bochs/bochs_drv.c💯12: warning: 'bochs_pm_suspend' defined but not used [-Wunused-function]
drivers/gpu/drm/bochs/bochs_drv.c:117:12: warning: 'bochs_pm_resume' defined but not used [-Wunused-function]
Fix these by adding the same condition that SET_SYSTEM_SLEEP_PM_OPS()
uses.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
|
||
---|---|---|
.. | ||
bochs_drv.c | ||
bochs_fbdev.c | ||
bochs_hw.c | ||
bochs_kms.c | ||
bochs_mm.c | ||
bochs.h | ||
Kconfig | ||
Makefile |