aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/exynos
diff options
context:
space:
mode:
authorManish Badarkhe <badarkhe.manish@gmail.com>2013-10-09 14:05:24 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-10-16 18:41:56 -0400
commit6bdd326e740fb87a88a49189925ca12a02311c8b (patch)
treeecdee21c688ff32c40ab40fad74b5a17ffae6950 /drivers/devfreq/exynos
parent61e6cfa80de5760bbe406f4e815b7739205754d2 (diff)
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 @@
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>