]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - arch/microblaze/include/asm/irq.h
Merge tag 'microblaze-v5.7-rc1' of git://git.monstr.eu/linux-2.6-microblaze
[thirdparty/linux.git] / arch / microblaze / include / asm / irq.h
index eac2fb4b3fb9b8bebbb7656344544742ba48404b..cb6ab55d1d0146359b1c9dc89094d8cb103d05ea 100644 (file)
@@ -1,9 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2006 Atmark Techno, Inc.
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file "COPYING" in the main directory of this archive
- * for more details.
  */
 
 #ifndef _ASM_MICROBLAZE_IRQ_H
@@ -14,7 +11,4 @@
 struct pt_regs;
 extern void do_IRQ(struct pt_regs *regs);
 
-/* should be defined in each interrupt controller driver */
-extern unsigned int xintc_get_irq(void);
-
 #endif /* _ASM_MICROBLAZE_IRQ_H */