commit | ad2f4ac39b13883e6bc1595137e61a4679906e42 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:44 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | b76ec8e1a419a48cb618929c60d2bde47c92fd48 | |
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>