treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / alpha / include / uapi / asm / statfs.h
blob95852a4f576d33db7d86e43a3651366e5999695c
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ALPHA_STATFS_H
3 #define _ALPHA_STATFS_H
5 #include <linux/types.h>
7 /* Alpha is the only 64-bit platform with 32-bit statfs. And doesn't
8 even seem to implement statfs64 */
9 #define __statfs_word __u32
11 #include <asm-generic/statfs.h>
13 #endif