aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/exynos
diff options
context:
space:
mode:
authorManish Badarkhe <badarkhe.manish@gmail.com>2013-10-09 23:35:24 +0530
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-10-17 00:41:56 +0200
commit6bdd326e740fb87a88a49189925ca12a02311c8b (patch)
treeecdee21c688ff32c40ab40fad74b5a17ffae6950 /drivers/devfreq/exynos
parentLinux 3.12-rc5 (diff)
downloadlinux-dev-6bdd326e740fb87a88a49189925ca12a02311c8b.tar.xz
linux-dev-6bdd326e740fb87a88a49189925ca12a02311c8b.zip
PM / devfreq: Remove duplicate include of opp.h
Currently, code include opp.h twice. Remove one inclusion of opp.h Signed-off-by: Manish Badarkhe <badarkhe.manish@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/devfreq/exynos')
-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 574b16b59be5..93c29f4085bd 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>