From: Paul Bolle Date: Wed, 12 Feb 2014 10:54:37 +0000 (+0100) Subject: blackfin: Remove GENERIC_GPIO config option again X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=41f8fd926e5d28587281a2bc449f8a2f7876903a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git blackfin: Remove GENERIC_GPIO config option again The Kconfig symbol GENERIC_GPIO was removed in v3.10. Nothing cares about it anymore. It popped up somehow in v3.13, so it can be removed again. Signed-off-by: Paul Bolle --- diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index f936ee6f5688..5ae0aa77aff6 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -52,9 +52,6 @@ config GENERIC_BUG config ZONE_DMA def_bool y -config GENERIC_GPIO - def_bool y - config FORCE_MAX_ZONEORDER int default "14"