Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265693AbTFXFNf (ORCPT ); Tue, 24 Jun 2003 01:13:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265697AbTFXFNe (ORCPT ); Tue, 24 Jun 2003 01:13:34 -0400 Received: from TYO202.gate.nec.co.jp ([202.32.8.202]:51622 "EHLO TYO202.gate.nec.co.jp") by vger.kernel.org with ESMTP id S265693AbTFXFN0 (ORCPT ); Tue, 24 Jun 2003 01:13:26 -0400 To: Linus Torvalds Subject: [PATCH][v850] Use on v850 Cc: linux-kernel@vger.kernel.org Reply-To: Miles Bader Message-Id: <20030624052716.DF85B3733@mcspd15.ucom.lsi.nec.co.jp> Date: Tue, 24 Jun 2003 14:27:16 +0900 (JST) From: miles@lsi.nec.co.jp (Miles Bader) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 989 Lines: 35 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 - -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 #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/