diff options
author | Manish Badarkhe <badarkhe.manish@gmail.com> | 2013-10-09 14:05:24 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-10-16 18:41:56 -0400 |
commit | 6bdd326e740fb87a88a49189925ca12a02311c8b (patch) | |
tree | ecdee21c688ff32c40ab40fad74b5a17ffae6950 /drivers/devfreq/exynos | |
parent | 61e6cfa80de5760bbe406f4e815b7739205754d2 (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.c | 1 |
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> |