dm: core: Reorder include files in read.c
authorStefan Roese <sr@denx.de>
Wed, 29 Apr 2020 07:08:44 +0000 (09:08 +0200)
committerSimon Glass <sjg@chromium.org>
Sat, 30 May 2020 02:55:45 +0000 (20:55 -0600)
commit979afd14c3e29dedcc020a49f59d6cb28124f038
tree900faec31f799a451a81b9c2b91d5e8863820f48
parent5e61c4e89d252e7d909d0129682ea48516912e6c
dm: core: Reorder include files in read.c

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 <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/core/read.c