commit | 1c1ddf65ca17d180b2dd2259958307a5f89e97b7 | [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 | f6977c17ad9e08c13bb5ec3709679cbb463d8ffa [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>