From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 01 Jan 2016 15:38:53 +0100 Subject: [PATCH 2/3] drm: arm-hdlcd: remove COMMON_CLK_SCPI select In-Reply-To: <4194408.X82ccDjh5X@wuerfel> References: <4194408.X82ccDjh5X@wuerfel> Message-ID: <3381082.HCMeGm07UJ@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The hdlcd driver has no build-time dependency on the SCPI clock and the bogus 'select' causes a warning when SCPI is disabled: warning: (DRM_HDLCD) selects COMMON_CLK_SCPI which has unmet direct dependencies (COMMON_CLK && (ARM_SCPI_PROTOCOL || COMPILE_TEST)) This removes the select statement. Signed-off-by: Arnd Bergmann --- Found two more bugs in the same driver, so this is now a patch series diff --git a/drivers/gpu/drm/arm/Kconfig b/drivers/gpu/drm/arm/Kconfig index 2f4d3b7fb871..81ea7802ca50 100644 --- a/drivers/gpu/drm/arm/Kconfig +++ b/drivers/gpu/drm/arm/Kconfig @@ -9,7 +9,6 @@ config DRM_HDLCD tristate "ARM HDLCD" depends on DRM_ARM depends on COMMON_CLK - select COMMON_CLK_SCPI select DRM_KMS_CMA_HELPER select DRM_GEM_CMA_HELPER help From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: [PATCH 2/3] drm: arm-hdlcd: remove COMMON_CLK_SCPI select Date: Fri, 01 Jan 2016 15:38:53 +0100 Message-ID: <3381082.HCMeGm07UJ@wuerfel> References: <4194408.X82ccDjh5X@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4194408.X82ccDjh5X@wuerfel> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-arm-kernel@lists.infradead.org Cc: David Airlie , Liviu Dudau , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org The hdlcd driver has no build-time dependency on the SCPI clock and the bogus 'select' causes a warning when SCPI is disabled: warning: (DRM_HDLCD) selects COMMON_CLK_SCPI which has unmet direct dependencies (COMMON_CLK && (ARM_SCPI_PROTOCOL || COMPILE_TEST)) This removes the select statement. Signed-off-by: Arnd Bergmann --- Found two more bugs in the same driver, so this is now a patch series diff --git a/drivers/gpu/drm/arm/Kconfig b/drivers/gpu/drm/arm/Kconfig index 2f4d3b7fb871..81ea7802ca50 100644 --- a/drivers/gpu/drm/arm/Kconfig +++ b/drivers/gpu/drm/arm/Kconfig @@ -9,7 +9,6 @@ config DRM_HDLCD tristate "ARM HDLCD" depends on DRM_ARM depends on COMMON_CLK - select COMMON_CLK_SCPI select DRM_KMS_CMA_HELPER select DRM_GEM_CMA_HELPER help