From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 29 Apr 2020 12:04:44 -0600 Subject: [PATCH] dm: core: Reorder include files in read.c In-Reply-To: <20200429070844.11939-1-sr@denx.de> References: <20200429070844.11939-1-sr@denx.de> 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 Wed, 29 Apr 2020 at 01:08, Stefan Roese wrote: > > Including the assembler headers before including common.h etc leads to > compilation errors upon MIPS64 based platforms using OF_LIVE. This > patch reorders the include files to the "correct" oder. > > Signed-off-by: Stefan Roese > Cc: Simon Glass > --- > drivers/core/read.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Simon Glass