diff options
author | 2013-10-28 01:25:59 +0100 | |
---|---|---|
committer | 2013-10-28 01:25:59 +0100 | |
commit | 8d58199fe7f5581680fae6ca4dc341ca7cbe7cc6 (patch) | |
tree | df65d9f00fc41569931e58b9d0778c329f825d3c | |
parent | Merge branch 'pm-cpuidle' (diff) | |
parent | PM / devfreq: Remove duplicate include of opp.h (diff) | |
download | wireguard-linux-8d58199fe7f5581680fae6ca4dc341ca7cbe7cc6.tar.xz wireguard-linux-8d58199fe7f5581680fae6ca4dc341ca7cbe7cc6.zip |
Merge branch 'pm-devfreq'
* pm-devfreq:
PM / devfreq: Remove duplicate include of opp.h
-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 @@ #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> |