aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-06-07 14:25:49 +0530
committerMyungJoo Ham <myungjoo.ham@samsung.com>2013-10-28 20:12:31 +0900
commit9671dc7935722a911262cade5c594315540628f2 (patch)
tree7c4d893f3c3610d60e04eb49cd778eed510e3954 /drivers/devfreq
parentPM / devfreq: Use devm_* APIs in exynos5_bus.c (diff)
downloadlinux-dev-9671dc7935722a911262cade5c594315540628f2.tar.xz
linux-dev-9671dc7935722a911262cade5c594315540628f2.zip
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 @@
#include <linux/opp.h>
#include <linux/slab.h>
#include <linux/suspend.h>
-#include <linux/opp.h>
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/platform_device.h>