diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2005-12-23 20:56:46 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-10 16:15:33 -0700 |
commit | 88c124d847d0fc60531e45323752665b01fc14f0 (patch) | |
tree | 9480118c7f275a6e07a396fceef4b4db764a681e /fs/befs | |
parent | 7359bbfd85751de23079cc26cd248635aebe840b (diff) | |
download | linux-3.10-88c124d847d0fc60531e45323752665b01fc14f0.tar.gz linux-3.10-88c124d847d0fc60531e45323752665b01fc14f0.tar.bz2 linux-3.10-88c124d847d0fc60531e45323752665b01fc14f0.zip |
[PATCH] befs: remove bogus typedef
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/befs')
-rw-r--r-- | fs/befs/befs_fs_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/befs/befs_fs_types.h b/fs/befs/befs_fs_types.h index 63ef1e18fb8..d124b4c5117 100644 --- a/fs/befs/befs_fs_types.h +++ b/fs/befs/befs_fs_types.h @@ -81,7 +81,6 @@ enum inode_flags { typedef u64 befs_off_t; typedef u64 befs_time_t; -typedef void befs_binode_etc; /* Block runs */ typedef struct { |