aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-06-07 04:55:49 -0400
committerMyungJoo Ham <myungjoo.ham@samsung.com>2013-10-28 07:12:31 -0400
commit9671dc7935722a911262cade5c594315540628f2 (patch)
tree7c4d893f3c3610d60e04eb49cd778eed510e3954 /drivers/devfreq
parent02844f747e72186f7d3f34d6f78de90cb8eb2139 (diff)
PM / devfreq: Remove duplicate header file inclusion in exynos5_bus.c
linux/opp.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'drivers/devfreq')
-rw-r--r--drivers/devfreq/exynos/exynos5_bus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/devfreq/exynos/exynos5_bus.c b/drivers/devfreq/exynos/exynos5_bus.c
index 102d1f0f261f..04c164eecf25 100644
--- a/drivers/devfreq/exynos/exynos5_bus.c
+++ b/drivers/devfreq/exynos/exynos5_bus.c
@@ -18,7 +18,6 @@
18#include <linux/opp.h> 18#include <linux/opp.h>
19#include <linux/slab.h> 19#include <linux/slab.h>
20#include <linux/suspend.h> 20#include <linux/suspend.h>
21#include <linux/opp.h>
22#include <linux/clk.h> 21#include <linux/clk.h>
23#include <linux/delay.h> 22#include <linux/delay.h>
24#include <linux/platform_device.h> 23#include <linux/platform_device.h>