Commit 6bdd326e740fb87a88a49189925ca12a02311c8b

Authored by Manish Badarkhe
Committed by Rafael J. Wysocki
1 parent 61e6cfa80d

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@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/devfreq/exynos/exynos5_bus.c
... ... @@ -18,7 +18,6 @@
18 18 #include <linux/opp.h>
19 19 #include <linux/slab.h>
20 20 #include <linux/suspend.h>
21   -#include <linux/opp.h>
22 21 #include <linux/clk.h>
23 22 #include <linux/delay.h>
24 23 #include <linux/platform_device.h>