[U-Boot] [PATCH v2 01/14] x86: delete unneeded declarations of disable_irq() and enable_irq()

Simon Glass sjg at chromium.org
Thu Jul 23 01:24:48 CEST 2015


On 12 July 2015 at 22:17, Masahiro Yamada <yamada.masahiro at socionext.com> wrote:
> These two declarations in arch/x86/include/asm/interrupt.h conflict
> with ones in include/linux/compat.h, so x86 boards cannot include
> <linux/compat.h>.
>
> The comment /* arch/x86/lib/interrupts.c */ is bogus now, and we do
> not see any definitions of disable_irq() and enable_irq() in there.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  arch/x86/include/asm/interrupt.h | 4 ----
>  1 file changed, 4 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list