diff options
author | Simon Glass <sjg@chromium.org> | 2020-07-19 10:15:44 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-03 22:19:54 -0400 |
commit | ad2f4ac39b13883e6bc1595137e61a4679906e42 (patch) | |
tree | b76ec8e1a419a48cb618929c60d2bde47c92fd48 /drivers/power/regulator/regulator_common.h | |
parent | e1e10f29f9b5739b39b08b0c0040ec0cb315f3d7 (diff) |
power: Tidy up inclusion of regulator_common.h
This file should not include common.h and dm.h so remove them. Also move
the inclusion of this file to after the normal includes.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'drivers/power/regulator/regulator_common.h')
-rw-r--r-- | drivers/power/regulator/regulator_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/power/regulator/regulator_common.h b/drivers/power/regulator/regulator_common.h index 18a525880a..bf80439c78 100644 --- a/drivers/power/regulator/regulator_common.h +++ b/drivers/power/regulator/regulator_common.h @@ -7,9 +7,7 @@ #ifndef _REGULATOR_COMMON_H #define _REGULATOR_COMMON_H -#include <common.h> #include <asm/gpio.h> -#include <dm.h> struct regulator_common_platdata { struct gpio_desc gpio; /* GPIO for regulator enable control */ |