diff options
author | Theodore Ts'o <tytso@mit.edu> | 2009-05-01 19:44:44 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-05-01 19:44:44 -0400 |
commit | bb23c20a851a5038b255a3c0d0aa56093c1da3f8 (patch) | |
tree | 257211bf2bf5ffd53fe24b0528928ca4d3f2ecba /fs/ext4/balloc.c | |
parent | 596397b77c895d0fa3674f579c94ad5ea88ef01d (diff) | |
download | kernel_samsung_aries-bb23c20a851a5038b255a3c0d0aa56093c1da3f8.zip kernel_samsung_aries-bb23c20a851a5038b255a3c0d0aa56093c1da3f8.tar.gz kernel_samsung_aries-bb23c20a851a5038b255a3c0d0aa56093c1da3f8.tar.bz2 |
ext4: Move fs/ext4/group.h into ext4.h
Move the function prototypes in group.h into ext4.h so they are all
defined in one place.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/balloc.c')
-rw-r--r-- | fs/ext4/balloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c index a5ba039..92f557d 100644 --- a/fs/ext4/balloc.c +++ b/fs/ext4/balloc.c @@ -19,7 +19,6 @@ #include <linux/buffer_head.h> #include "ext4.h" #include "ext4_jbd2.h" -#include "group.h" #include "mballoc.h" /* |