diff options
author | Stephen Boyd <[email protected]> | 2015-06-19 15:00:46 -0700 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2015-07-20 10:52:42 -0700 |
commit | 0dab7ddeea12243a7bc6753d5360d46f237f76ea (patch) | |
tree | 46b25a2b6fbd1967e4c3f25c67e8ba16d91af4ea | |
parent | 10a3402415d7f6e32ca20ebb088e153fe45f807d (diff) |
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 <[email protected]>
Cc: Haojian Zhuang <[email protected]>
Cc: Robert Jarzmik <[email protected]>
Cc: Mark Brown <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | drivers/spi/spi-pxa2xx-pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/of_device.h> #include <linux/module.h> #include <linux/spi/pxa2xx_spi.h> -#include <linux/clk.h> #include <linux/clk-provider.h> #include <linux/dmaengine.h> |