Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Stephen Boyd and committed by
Mark Brown
1aae50a2 d770e558

-1
-1
drivers/spi/spi-pxa2xx-pci.c
··· 7 7 #include <linux/of_device.h> 8 8 #include <linux/module.h> 9 9 #include <linux/spi/pxa2xx_spi.h> 10 - #include <linux/clk.h> 11 10 #include <linux/clk-provider.h> 12 11 13 12 #include <linux/dmaengine.h>