]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Use <asm-generic/statsfs.h> on v850
authorMiles Bader <miles@lsi.nec.co.jp>
Thu, 10 Jul 2003 17:13:47 +0000 (10:13 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 10 Jul 2003 17:13:47 +0000 (10:13 -0700)
include/asm-v850/statfs.h

index 68f0d38b8eb070bfd6fba6458609ba6d9e517837..ea1596607f26c0bec28f88f87fcd2b70a3b1a0a0 100644 (file)
@@ -1,25 +1,6 @@
 #ifndef __V850_STATFS_H__
 #define __V850_STATFS_H__
 
-#ifndef __KERNEL_STRICT_NAMES
-
-#include <linux/types.h>
-
-typedef __kernel_fsid_t        fsid_t;
-
-#endif
-
-struct statfs {
-       long f_type;
-       long f_bsize;
-       long f_blocks;
-       long f_bfree;
-       long f_bavail;
-       long f_files;
-       long f_ffree;
-       __kernel_fsid_t f_fsid;
-       long f_namelen;
-       long f_spare[6];
-};
+#include <asm-generic/statfs.h>
 
 #endif /* __V850_STATFS_H__ */