kernel/arch/microblaze/include/asm/irq.h
.. .. @@ -1,15 +1,11 @@ 1 +/* SPDX-License-Identifier: GPL-2.0 */1 2 /* 2 3 * Copyright (C) 2006 Atmark Techno, Inc. 3 - *4 - * This file is subject to the terms and conditions of the GNU General Public5 - * License. See the file "COPYING" in the main directory of this archive6 - * for more details.7 4 */ 8 5 9 6 #ifndef _ASM_MICROBLAZE_IRQ_H 10 7 #define _ASM_MICROBLAZE_IRQ_H 11 8 12 -#define NR_IRQS (32 + 1)13 9 #include <asm-generic/irq.h> 14 10 15 11 struct pt_regs;