mirror of https://gitee.com/openkylin/linux.git
sparc: remove unneeded uapi/asm/statfs.h
statfs.h is listed in include/uapi/asm-generic/Kbuild, so Kbuild will automatically generate it. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7b5cf701ea
commit
038029c03e
|
@ -1,7 +0,0 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
||||||
#ifndef ___ASM_SPARC_STATFS_H
|
|
||||||
#define ___ASM_SPARC_STATFS_H
|
|
||||||
|
|
||||||
#include <asm-generic/statfs.h>
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue