PM / devfreq: Remove duplicate header file inclusion in exynos5_bus.c
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 7 Jun 2013 08:55:49 +0000 (14:25 +0530)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 28 Oct 2013 11:12:31 +0000 (20:12 +0900)
linux/opp.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/exynos/exynos5_bus.c

index 102d1f0f261ffeadda5533f7de0777fbdec019bf..04c164eecf2531eee25726ab5e297d8aa438b189 100644 (file)
@@ -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>
This page took 0.027256 seconds and 5 git commands to generate.