All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PM / devfreq: Remove duplicate include of opp.h
@ 2013-10-09 18:05 ` Manish Badarkhe
  0 siblings, 0 replies; 2+ messages in thread
From: Manish Badarkhe @ 2013-10-09 18:05 UTC (permalink / raw)
  To: linux-pm, linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: kyungmin.park, badarkhe.manish, kgene.kim, a.kesavan

Currently, code include opp.h twice. Remove one inclusion
of opp.h

Signed-off-by: Manish Badarkhe <badarkhe.manish@gmail.com>
---
:100644 100644 574b16b... 93c29f4... M	drivers/devfreq/exynos/exynos5_bus.c
 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 574b16b..93c29f4 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.10.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] PM / devfreq: Remove duplicate include of opp.h
@ 2013-10-09 18:05 ` Manish Badarkhe
  0 siblings, 0 replies; 2+ messages in thread
From: Manish Badarkhe @ 2013-10-09 18:05 UTC (permalink / raw)
  To: linux-arm-kernel

Currently, code include opp.h twice. Remove one inclusion
of opp.h

Signed-off-by: Manish Badarkhe <badarkhe.manish@gmail.com>
---
:100644 100644 574b16b... 93c29f4... M	drivers/devfreq/exynos/exynos5_bus.c
 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 574b16b..93c29f4 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.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-09 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-09 18:05 [PATCH] PM / devfreq: Remove duplicate include of opp.h Manish Badarkhe
2013-10-09 18:05 ` Manish Badarkhe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.