[PATCH] drm/i915: Remove select to deleted STOP_MACHINE from Kconfig

2016-01-25 Thread Andreas Ziegler
Commit 86fffe4a61dd ("kernel: remove stop_machine() Kconfig dependency") removed the option STOP_MACHINE from init/Kconfig, but missed a select to this option from the DRM_I915 option. Remove this now obsolete select statement. Signed-off-by: Andreas Ziegler --- drivers/gpu/drm/i915/Kconfig | 1

[PATCH] drm/i915: Remove select to deleted STOP_MACHINE from Kconfig

2016-01-25 Thread Chris Wilson
On Mon, Jan 25, 2016 at 12:14:41PM +0100, Andreas Ziegler wrote: > Commit 86fffe4a61dd ("kernel: remove stop_machine() Kconfig > dependency") removed the option STOP_MACHINE from init/Kconfig, but > missed a select to this option from the DRM_I915 option. The select didn't exist on the branch on w