diff options
author | Stephen Boyd <[email protected]> | 2015-06-23 16:08:06 -0700 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2015-07-20 10:52:23 -0700 |
commit | 09efb0070d6d0cf6ee311dbf9216e44909490a7c (patch) | |
tree | 8801e7940ac50a2835b5fb57247e074ccb3fd0a9 | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff) |
ARM: at91: Remove clk-provider.h include
This file doesn't use the clk provider APIs. Remove the include.
Acked-by: Alexandre Belloni <[email protected]>
Cc: Boris Brezillon <[email protected]>
Cc: Nicolas Ferre <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | arch/arm/mach-at91/at91rm9200.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91rm9200.c b/arch/arm/mach-at91/at91rm9200.c index eaf58f88ef5d..685826c4a710 100644 --- a/arch/arm/mach-at91/at91rm9200.c +++ b/arch/arm/mach-at91/at91rm9200.c @@ -8,7 +8,6 @@ * Licensed under GPLv2 or later. */ -#include <linux/clk-provider.h> #include <linux/of.h> #include <linux/of_platform.h> |