summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorSachin Kamat2013-06-07 10:55:49 +0200
committerMyungJoo Ham2013-10-28 12:12:31 +0100
commit9671dc7935722a911262cade5c594315540628f2 (patch)
tree7c4d893f3c3610d60e04eb49cd778eed510e3954 /drivers/devfreq
parentPM / devfreq: Use devm_* APIs in exynos5_bus.c (diff)
downloadkernel-qcow2-linux-9671dc7935722a911262cade5c594315540628f2.tar.gz
kernel-qcow2-linux-9671dc7935722a911262cade5c594315540628f2.tar.xz
kernel-qcow2-linux-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>