Commit 038029c0 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by David S. Miller
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7b5cf701
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
/* 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