diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2011-01-06 06:08:50 +0000 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2011-01-13 21:24:15 +0000 |
commit | 8fcd97216f45b1691f8f91f35cc108d06e0bfca8 (patch) | |
tree | f22ddb09a78512768e6e4f766e8b61721175aee5 /fs/squashfs/block.c | |
parent | 6197fd86789a28760f8375b5ae8885cd7258042f (diff) | |
download | op-kernel-dev-8fcd97216f45b1691f8f91f35cc108d06e0bfca8.zip op-kernel-dev-8fcd97216f45b1691f8f91f35cc108d06e0bfca8.tar.gz |
Squashfs: move squashfs_i() definition from squashfs.h
Move squashfs_i() definition out of squashfs.h, this eliminates
the need to #include squashfs_fs_i.h from numerous files.
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs/block.c')
-rw-r--r-- | fs/squashfs/block.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/squashfs/block.c b/fs/squashfs/block.c index 653c030..2fb2882 100644 --- a/fs/squashfs/block.c +++ b/fs/squashfs/block.c @@ -34,7 +34,6 @@ #include "squashfs_fs.h" #include "squashfs_fs_sb.h" -#include "squashfs_fs_i.h" #include "squashfs.h" #include "decompressor.h" |