diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2013-10-17 02:42:12 +0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2014-01-14 10:19:52 -0800 |
commit | c4ee0af3fa0dc65f690fc908f02b8355f9576ea0 (patch) | |
tree | 1840e8b35fdfb275d8ab4838997cded3e700bfb2 /arch/xtensa/platforms | |
parent | 220c062688c31bbf992921fca172ddd1e609f8f6 (diff) | |
download | linux-c4ee0af3fa0dc65f690fc908f02b8355f9576ea0.tar.bz2 |
xtensa: remove NO_IRQ definitions
These definitions (-1) were correct when used as a hardware IRQ number,
but are incorrect as a mapped IRQ number.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/platforms')
-rw-r--r-- | arch/xtensa/platforms/xtfpga/include/platform/hardware.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/xtensa/platforms/xtfpga/include/platform/hardware.h b/arch/xtensa/platforms/xtfpga/include/platform/hardware.h index 4416773cbde5..4b43ff133be0 100644 --- a/arch/xtensa/platforms/xtfpga/include/platform/hardware.h +++ b/arch/xtensa/platforms/xtfpga/include/platform/hardware.h @@ -15,10 +15,6 @@ #ifndef __XTENSA_XTAVNET_HARDWARE_H #define __XTENSA_XTAVNET_HARDWARE_H -/* By default NO_IRQ is defined to 0 in Linux, but we use the - interrupt 0 for UART... */ -#define NO_IRQ -1 - /* Memory configuration. */ #define PLATFORM_DEFAULT_MEM_START 0x00000000 |