[PATCH 2/3] drm: arm-hdlcd: remove COMMON_CLK_SCPI select

2016-01-04 Thread Thierry Reding
On Fri, Jan 01, 2016 at 03:38:53PM +0100, Arnd Bergmann wrote: > 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 && (

[PATCH 2/3] drm: arm-hdlcd: remove COMMON_CLK_SCPI select

2016-01-01 Thread Arnd Bergmann
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.