From: Andi Kleen Trivial gcc-3.5 build fixes. Signed-off-by: Andrew Morton --- 25-akpm/include/linux/ufs_fs.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/linux/ufs_fs.h~gcc35-ufs_fs.h include/linux/ufs_fs.h --- 25/include/linux/ufs_fs.h~gcc35-ufs_fs.h 2004-07-10 17:52:27.070327408 -0700 +++ 25-akpm/include/linux/ufs_fs.h 2004-07-10 17:52:27.075326648 -0700 @@ -909,7 +909,6 @@ extern struct buffer_head * ufs_bread (s extern struct file_operations ufs_dir_operations; /* super.c */ -extern struct file_system_type ufs_fs_type; extern void ufs_warning (struct super_block *, const char *, const char *, ...) __attribute__ ((format (printf, 3, 4))); extern void ufs_error (struct super_block *, const char *, const char *, ...) __attribute__ ((format (printf, 3, 4))); extern void ufs_panic (struct super_block *, const char *, const char *, ...) __attribute__ ((format (printf, 3, 4))); _