diff options
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | 2013-07-08 20:51:37 +0400 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2013-07-18 17:27:22 +0400 |
commit | 9bbf914043e04f65e619f3c0ff67c387812f9458 (patch) | |
tree | 12aed70e83772849fecb5bf95b45cc207e072f4a /drivers/clocksource/cadence_ttc_timer.c | |
parent | 7e14183469d8aa2c7aa7675a6156e7846dda7748 (diff) | |
download | linux-9bbf914043e04f65e619f3c0ff67c387812f9458.tar.xz |
clocksource: cadence_ttc: Remove unused header
The clk-provider.h header is not required by this driver.
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/cadence_ttc_timer.c')
-rw-r--r-- | drivers/clocksource/cadence_ttc_timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/cadence_ttc_timer.c b/drivers/clocksource/cadence_ttc_timer.c index 4cbe28c74631..0eefc8d8622b 100644 --- a/drivers/clocksource/cadence_ttc_timer.c +++ b/drivers/clocksource/cadence_ttc_timer.c @@ -21,7 +21,6 @@ #include <linux/of_address.h> #include <linux/of_irq.h> #include <linux/slab.h> -#include <linux/clk-provider.h> /* * This driver configures the 2 16-bit count-up timers as follows: |