* [PATCH 1/1] PM / devfreq: Remove duplicate header file inclusion in exynos5_bus.c
@ 2013-06-07 8:55 Sachin Kamat
0 siblings, 0 replies; only message in thread
From: Sachin Kamat @ 2013-06-07 8:55 UTC (permalink / raw)
To: linux-pm; +Cc: myungjoo.ham, kyungmin.park, sachin.kamat, patches
linux/opp.h was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
drivers/devfreq/exynos/exynos5_bus.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/devfreq/exynos/exynos5_bus.c b/drivers/devfreq/exynos/exynos5_bus.c
index 102d1f0..04c164e 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>
--
1.7.9.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-07 9:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-07 8:55 [PATCH 1/1] PM / devfreq: Remove duplicate header file inclusion in exynos5_bus.c Sachin Kamat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).