treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / csky / include / asm / string.h
blob73142de18355b9e1ca70aa32d64b9c67c58d01f1
1 /* SPDX-License-Identifier: GPL-2.0 */
2 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
4 #ifndef _CSKY_STRING_MM_H_
5 #define _CSKY_STRING_MM_H_
7 #ifndef __ASSEMBLY__
8 #include <linux/types.h>
9 #include <linux/compiler.h>
10 #include <abi/string.h>
11 #endif
13 #endif /* _CSKY_STRING_MM_H_ */