On Tue, 28 Jun 2016, Chris Wilson <[email protected]> wrote: > On Mon, Jun 27, 2016 at 02:53:19PM +0300, Jani Nikula wrote: >> From: Randy Dunlap <[email protected]> >> >> Fix build errors when ACPI is not enabled by adding function stubs: >> >> ../drivers/gpu/drm/i915/i915_drv.c: In function 'i915_drm_suspend': >> ../drivers/gpu/drm/i915/i915_drv.c:635:2: error: implicit declaration of >> function 'intel_opregion_unregister' [-Werror=implicit-function-declaration] >> intel_opregion_unregister(dev_priv); >> ../drivers/gpu/drm/i915/i915_drv.c: In function 'i915_drm_resume': >> ../drivers/gpu/drm/i915/i915_drv.c:798:2: error: implicit declaration of >> function 'intel_opregion_register' [-Werror=implicit-function-declaration] >> intel_opregion_register(dev_priv); >> >> Signed-off-by: Randy Dunlap <[email protected]> >> Cc: Daniel Vetter <[email protected]> >> Cc: Jani Nikula <[email protected]> >> Cc: [email protected] >> Cc: [email protected] >> Fixes: 03d92e4779b8 ("drm/i915/opregion: Rename init/fini functions to >> register/unregister") >> Cc: [email protected] >> Cc: Chris Wilson <[email protected]> >> [Jani: dropped the stale init/fini declarations] >> Signed-off-by: Jani Nikula <[email protected]> > Reviewed-by: Chris Wilson <[email protected]> > -Chris
Pushed to drm-intel-next-queued, thanks for the patch and review. BR, Jani. -- Jani Nikula, Intel Open Source Technology Center

