mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
power: regulator: Remove duplicate include of regulator_common.h
Remove duplicate #include "regulator_common.h" statements from regulator driver files. Signed-off-by: Tanmay Kathpalia <tanmay.kathpalia@altera.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
f896f5c252
commit
d805a18ec6
@ -13,7 +13,6 @@
|
||||
#include <asm/gpio.h>
|
||||
#include <power/pmic.h>
|
||||
#include <power/regulator.h>
|
||||
#include "regulator_common.h"
|
||||
|
||||
#include "regulator_common.h"
|
||||
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
#include <linux/printk.h>
|
||||
#include <power/pmic.h>
|
||||
#include <power/regulator.h>
|
||||
#include "regulator_common.h"
|
||||
|
||||
#include "regulator_common.h"
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@
|
||||
#include <asm/gpio.h>
|
||||
#include <linux/delay.h>
|
||||
#include <power/regulator.h>
|
||||
#include "regulator_common.h"
|
||||
|
||||
#include "regulator_common.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user