[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1381341924-16184-1-git-send-email-badarkhe.manish@gmail.com>
Date: Wed, 9 Oct 2013 23:35:24 +0530
From: Manish Badarkhe <badarkhe.manish@...il.com>
To: linux-pm@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: kyungmin.park@...sung.com, badarkhe.manish@...il.com,
kgene.kim@...sung.com, a.kesavan@...sung.com
Subject: [PATCH] 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@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists