From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 11 Mar 2021 21:45:36 -0700 Subject: [PATCH v4 5/5] regulator: scmi: fix header file inclusion order In-Reply-To: <20210308213810.29535-5-etienne.carriere@linaro.org> References: <20210308213810.29535-1-etienne.carriere@linaro.org> <20210308213810.29535-5-etienne.carriere@linaro.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 8 Mar 2021 at 14:38, Etienne Carriere wrote: > > Fix header file inclusion order in SCMI regulators driver. > > Signed-off-by: Etienne Carriere > --- > Changes in v4 > - new change added to the series. > --- > drivers/firmware/scmi/scmi_agent-uclass.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Simon Glass