From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Mon, 20 Jan 2020 21:17:05 -0500 Subject: [PATCH v2 03/11] riscv: Add headers for asm/global_data.h In-Reply-To: References: <3411d84b-5a56-ae4e-1deb-085ef1a4971d@gmail.com> <5203bcac-aea1-ad14-1c8e-e2a699be30b3@gmail.com> <752D002CFF5D0F4FA35C0100F1D73F3FA46C88DF@ATCPCS16.andestech.com> 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 > I wonder why the compiling is OK without those appropriate headers. It's likely that all the uses looked like #include #include So it wasn't noticed until it was included first in some file.