treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / c6x / include / asm / hardirq.h
blobf37d07d3104029838b24c22f5197feff7591b728
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Port on Texas Instruments TMS320C6x architecture
5 * Copyright (C) 2004, 2009, 2010 Texas Instruments Incorporated
6 * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com)
7 */
9 #ifndef _ASM_C6X_HARDIRQ_H
10 #define _ASM_C6X_HARDIRQ_H
12 extern void ack_bad_irq(int irq);
13 #define ack_bad_irq ack_bad_irq
15 #include <asm-generic/hardirq.h>
17 #endif /* _ASM_C6X_HARDIRQ_H */