From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Brugger Date: Fri, 10 Jul 2020 10:24:15 +0200 Subject: [PATCH] include/bitfield.h: include byteorder.h In-Reply-To: References: <20200525113959.11886-1-s.nawrocki@samsung.com> <20200525113959.11886-7-s.nawrocki@samsung.com> <493671a5-2fd5-71dc-a15f-6ce2169a63ef@suse.com> Message-ID: <5fab0f05-e173-b107-b2c7-01348b521786@suse.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/07/2020 19:41, Nicolas Saenz Julienne wrote: > This is needed in order to use the cpu_to_*()/*_to_cpu() family of > functions. > > Signed-off-by: Nicolas Saenz Julienne > --- > > IMO the ideal thing would be to squash this into the original patch. I'll test and squash, thanks! > > include/linux/bitfield.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/bitfield.h b/include/linux/bitfield.h > index 7ad8b088ed..7ad02f8cbb 100644 > --- a/include/linux/bitfield.h > +++ b/include/linux/bitfield.h > @@ -16,6 +16,7 @@ > #define _LINUX_BITFIELD_H > > #include > +#include > > /* > * Bitfield access macros >