All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lib: Remove select of inexistant GENERIC_IO
@ 2018-01-17 19:10 Corentin Labbe
  2018-01-17 19:42 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Corentin Labbe @ 2018-01-17 19:10 UTC (permalink / raw)
  To: robh, linux-kernel; +Cc: Corentin Labbe

config option GENERIC_IO was removed but still selected by lib/kconfig
This patch finish the cleaning.

Fixes: 9de8da47742b ("kconfig: kill off GENERIC_IO option")
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 lib/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index e96089499371..8ce8bcad6eff 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -396,7 +396,6 @@ config ASSOCIATIVE_ARRAY
 config HAS_IOMEM
 	bool
 	depends on !NO_IOMEM
-	select GENERIC_IO
 	default y
 
 config HAS_IOPORT_MAP
-- 
2.13.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lib: Remove select of inexistant GENERIC_IO
  2018-01-17 19:10 [PATCH] lib: Remove select of inexistant GENERIC_IO Corentin Labbe
@ 2018-01-17 19:42 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2018-01-17 19:42 UTC (permalink / raw)
  To: Corentin Labbe, Richard Weinberger; +Cc: linux-kernel

+Richard

On Wed, Jan 17, 2018 at 1:10 PM, Corentin Labbe
<clabbe.montjoie@gmail.com> wrote:
> config option GENERIC_IO was removed but still selected by lib/kconfig
> This patch finish the cleaning.
>
> Fixes: 9de8da47742b ("kconfig: kill off GENERIC_IO option")
> Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
> ---
>  lib/Kconfig | 1 -
>  1 file changed, 1 deletion(-)

Not sure how I missed that one.

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-17 19:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-17 19:10 [PATCH] lib: Remove select of inexistant GENERIC_IO Corentin Labbe
2018-01-17 19:42 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.