treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / arm / mach-s3c24xx / include / mach / hardware.h
blobf28ac6c78d8229d73b65e7e6f4fc1e366ff6e7b9
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (c) 2003 Simtec Electronics
4 * Ben Dooks <ben@simtec.co.uk>
6 * S3C2410 - hardware
7 */
9 #ifndef __ASM_ARCH_HARDWARE_H
10 #define __ASM_ARCH_HARDWARE_H
12 #ifndef __ASSEMBLY__
14 extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
16 #endif /* __ASSEMBLY__ */
18 #include <linux/sizes.h>
19 #include <mach/map.h>
21 #endif /* __ASM_ARCH_HARDWARE_H */