diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2010-03-15 10:34:03 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-15 10:34:09 -0400 |
commit | 108afd0491e5bc2abda08645685da69d36688cb6 (patch) | |
tree | b011cdf1ae84f6468a889ce365de9190c017cc41 /fs/omfs/inode.c | |
parent | 30c96ce56a195963764de9521087202ba73e9bff (diff) |
omfs: remove unused version.h include
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/omfs/inode.c')
-rw-r--r-- | fs/omfs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/omfs/inode.c b/fs/omfs/inode.c index 75d9b5ba1d45..2ff33ea5cb34 100644 --- a/fs/omfs/inode.c +++ b/fs/omfs/inode.c | |||
@@ -3,7 +3,6 @@ | |||
3 | * Copyright (C) 2006 Bob Copeland <me@bobcopeland.com> | 3 | * Copyright (C) 2006 Bob Copeland <me@bobcopeland.com> |
4 | * Released under GPL v2. | 4 | * Released under GPL v2. |
5 | */ | 5 | */ |
6 | #include <linux/version.h> | ||
7 | #include <linux/module.h> | 6 | #include <linux/module.h> |
8 | #include <linux/sched.h> | 7 | #include <linux/sched.h> |
9 | #include <linux/fs.h> | 8 | #include <linux/fs.h> |