[PATCH][v850] Use <asm-generic/statsfs.h> on v850

From: Miles Bader (miles@lsi.nec.co.jp)
Date: Tue Jun 24 2003 - 00:27:16 EST


diff -ruN -X../cludes linux-2.5.73-moo/include/asm-v850/statfs.h linux-2.5.73-moo-v850-20030624/include/asm-v850/statfs.h
--- linux-2.5.73-moo/include/asm-v850/statfs.h 2002-11-05 11:25:32.000000000 +0900
+++ linux-2.5.73-moo-v850-20030624/include/asm-v850/statfs.h 2003-06-24 13:31:04.000000000 +0900
@@ -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__ */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jun 30 2003 - 22:00:15 EST