treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / sparc / include / asm / elf.h
blobbbfb4b002ff318daf4d379dff8bf9faf09eb27a2
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef ___ASM_SPARC_ELF_H
3 #define ___ASM_SPARC_ELF_H
4 #if defined(__sparc__) && defined(__arch64__)
5 #include <asm/elf_64.h>
6 #else
7 #include <asm/elf_32.h>
8 #endif
9 #endif