treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / powerpc / include / asm / xilinx_intc.h
blobca9aa162fb09579753f4ffc3fbbaee60da3d0728
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Xilinx intc external definitions
5 * Copyright 2007 Secret Lab Technologies Ltd.
6 */
7 #ifndef _ASM_POWERPC_XILINX_INTC_H
8 #define _ASM_POWERPC_XILINX_INTC_H
10 #ifdef __KERNEL__
12 extern void __init xilinx_intc_init_tree(void);
13 extern unsigned int xintc_get_irq(void);
15 #endif /* __KERNEL__ */
16 #endif /* _ASM_POWERPC_XILINX_INTC_H */