From: Stephen Boyd Date: Fri, 10 Jul 2015 23:03:25 +0000 (-0700) Subject: spi: spi-pxa2xx: Remove clk.h include X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1aae50a245736aec603c319fea2a83a90dc69aba;p=deliverable%2Flinux.git spi: spi-pxa2xx: Remove clk.h include Clock provider drivers generally shouldn't include clk.h because it's the consumer API. Remove the include here because this is a provider driver. Cc: Daniel Mack Cc: Haojian Zhuang Cc: Robert Jarzmik Cc: Mark Brown Signed-off-by: Stephen Boyd Signed-off-by: Mark Brown --- diff --git a/drivers/spi/spi-pxa2xx-pci.c b/drivers/spi/spi-pxa2xx-pci.c index 3cfd4357489a..d19d7f28aecb 100644 --- a/drivers/spi/spi-pxa2xx-pci.c +++ b/drivers/spi/spi-pxa2xx-pci.c @@ -7,7 +7,6 @@ #include #include #include -#include #include #include