PM / devfreq: Remove duplicate header file inclusion in exynos5_bus.c
linux/opp.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
This commit is contained in:
parent
02844f747e
commit
9671dc7935
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue