]> Git Repo - u-boot.git/commit
dm: core: Reorder include files in read.c
authorStefan Roese <[email protected]>
Wed, 29 Apr 2020 07:08:44 +0000 (09:08 +0200)
committerSimon Glass <[email protected]>
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 <[email protected]>
Cc: Simon Glass <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/core/read.c
This page took 0.032508 seconds and 4 git commands to generate.