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:
Tanmay Kathpalia 2025-10-22 22:00:17 -07:00 committed by Peng Fan
parent f896f5c252
commit d805a18ec6
3 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@
#include <asm/gpio.h>
#include <power/pmic.h>
#include <power/regulator.h>
#include "regulator_common.h"
#include "regulator_common.h"

View File

@ -12,7 +12,6 @@
#include <linux/printk.h>
#include <power/pmic.h>
#include <power/regulator.h>
#include "regulator_common.h"
#include "regulator_common.h"

View File

@ -9,7 +9,6 @@
#include <asm/gpio.h>
#include <linux/delay.h>
#include <power/regulator.h>
#include "regulator_common.h"
#include "regulator_common.h"