All of lore.kernel.org
 help / color / mirror / Atom feed
From: Etienne Carriere <etienne.carriere@linaro.org>
To: u-boot@lists.denx.de
Subject: [PATCH v4 5/5] regulator: scmi: fix header file inclusion order
Date: Mon,  8 Mar 2021 22:38:10 +0100	[thread overview]
Message-ID: <20210308213810.29535-5-etienne.carriere@linaro.org> (raw)
In-Reply-To: <20210308213810.29535-1-etienne.carriere@linaro.org>

Fix header file inclusion order in SCMI regulators driver.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
---
Changes in v4
- new change added to the series.
---
 drivers/firmware/scmi/scmi_agent-uclass.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/firmware/scmi/scmi_agent-uclass.c b/drivers/firmware/scmi/scmi_agent-uclass.c
index f13e46c36..91632588a 100644
--- a/drivers/firmware/scmi/scmi_agent-uclass.c
+++ b/drivers/firmware/scmi/scmi_agent-uclass.c
@@ -5,11 +5,10 @@
 
 #include <common.h>
 #include <dm.h>
-#include <dm/device_compat.h>
 #include <errno.h>
 #include <scmi_agent-uclass.h>
 #include <scmi_protocols.h>
-
+#include <dm/device_compat.h>
 #include <dm/device-internal.h>
 #include <linux/compat.h>
 
-- 
2.17.1

  parent reply	other threads:[~2021-03-08 21:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20210308213832epcas1p27f05cc8ec78225e216a44d374e365ebd@epcas1p2.samsung.com>
2021-03-08 21:38 ` [PATCH v4 1/5] firmware: scmi: voltage regulator Etienne Carriere
2021-03-08 21:38   ` [PATCH v4 2/5] firmware: scmi: sandbox test for " Etienne Carriere
2021-04-13 14:28     ` Tom Rini
2021-03-08 21:38   ` [PATCH v4 3/5] firmware: scmi: fix inline comments and minor coding style issues Etienne Carriere
2021-04-13 14:28     ` Tom Rini
2021-03-08 21:38   ` [PATCH v4 4/5] test: scmi: add local variables for scmi agent reference Etienne Carriere
2021-03-12  4:45     ` Simon Glass
2021-04-13 14:28     ` Tom Rini
2021-03-08 21:38   ` Etienne Carriere [this message]
2021-03-12  4:45     ` [PATCH v4 5/5] regulator: scmi: fix header file inclusion order Simon Glass
2021-03-09 22:42   ` [PATCH v4 1/5] firmware: scmi: voltage regulator Jaehoon Chung
2021-04-13 14:28   ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210308213810.29535-5-etienne.carriere@linaro.org \
    --to=etienne.carriere@linaro.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.