]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: delete unneeded declarations of disable_irq() and enable_irq()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 Jul 2015 04:17:04 +0000 (13:17 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:01 +0000 (13:49 +0200)
commit93eda4623f8f9056853f113959de5e67e06a8e88
tree5012601fdef04d52a8132ea1e62b3ca09ccc6448
parenta17e0bb70a86f7283178cafeea7fc79c65df9871
x86: delete unneeded declarations of disable_irq() and enable_irq()

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@socionext.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/interrupt.h