aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/platforms
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2013-10-16 18:42:12 -0400
committerChris Zankel <chris@zankel.net>2014-01-14 13:19:52 -0500
commitc4ee0af3fa0dc65f690fc908f02b8355f9576ea0 (patch)
tree1840e8b35fdfb275d8ab4838997cded3e700bfb2 /arch/xtensa/platforms
parent220c062688c31bbf992921fca172ddd1e609f8f6 (diff)
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.h4
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 @@
15#ifndef __XTENSA_XTAVNET_HARDWARE_H 15#ifndef __XTENSA_XTAVNET_HARDWARE_H
16#define __XTENSA_XTAVNET_HARDWARE_H 16#define __XTENSA_XTAVNET_HARDWARE_H
17 17
18/* By default NO_IRQ is defined to 0 in Linux, but we use the
19 interrupt 0 for UART... */
20#define NO_IRQ -1
21
22/* Memory configuration. */ 18/* Memory configuration. */
23 19
24#define PLATFORM_DEFAULT_MEM_START 0x00000000 20#define PLATFORM_DEFAULT_MEM_START 0x00000000