From: Piotr Dymacz Date: Sun, 15 Nov 2015 23:11:24 +0000 (+0100) Subject: Don't include linux/bitops.h header in ASM code X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cee81e9941648a2ec02f192125c7dfea848c8a43;p=oweals%2Fu-boot_mod.git Don't include linux/bitops.h header in ASM code --- diff --git a/u-boot/include/soc/soc_common.h b/u-boot/include/soc/soc_common.h index ec6aecc..6dfea09 100644 --- a/u-boot/include/soc/soc_common.h +++ b/u-boot/include/soc/soc_common.h @@ -9,7 +9,9 @@ #ifndef _SOC_COMMON_H_ #define _SOC_COMMON_H_ +#ifndef __ASSEMBLY__ #include +#endif /* !__ASSEMBLY__ */ #ifndef SOC_TYPE #error "SOC_TYPE is not defined!"