Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1316491
| From | Andreas Ziegler <andreas.ziegler@fau.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] drm/i915: Remove select to deleted STOP_MACHINE from Kconfig |
| Date | 2016-01-25 12:20 +0100 |
| Message-ID | <qUNlE-33Y-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 <andreas.ziegler@fau.de>
---
drivers/gpu/drm/i915/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
index fcd77b2..051eab3 100644
--- a/drivers/gpu/drm/i915/Kconfig
+++ b/drivers/gpu/drm/i915/Kconfig
@@ -10,7 +10,6 @@ config DRM_I915
# the shmem_readpage() which depends upon tmpfs
select SHMEM
select TMPFS
- select STOP_MACHINE
select DRM_KMS_HELPER
select DRM_PANEL
select DRM_MIPI_DSI
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] drm/i915: Remove select to deleted STOP_MACHINE from Kconfig Andreas Ziegler <andreas.ziegler@fau.de> - 2016-01-25 12:20 +0100
Re: [PATCH] drm/i915: Remove select to deleted STOP_MACHINE from Kconfig Chris Wilson <chris@chris-wilson.co.uk> - 2016-01-25 12:30 +0100
[PATCH v2] drm/i915: Remove select to deleted STOP_MACHINE from Kconfig Andreas Ziegler <andreas.ziegler@fau.de> - 2016-01-25 12:50 +0100
Re: [PATCH v2] drm/i915: Remove select to deleted STOP_MACHINE from Kconfig Daniel Vetter <daniel@ffwll.ch> - 2016-01-25 16:40 +0100
csiph-web