Squashfs: move squashfs_i() definition from squashfs.h
authorPhillip Lougher <phillip@lougher.demon.co.uk>
Thu, 6 Jan 2011 06:08:50 +0000 (06:08 +0000)
committerPhillip Lougher <phillip@lougher.demon.co.uk>
Thu, 13 Jan 2011 21:24:15 +0000 (21:24 +0000)
commit8fcd97216f45b1691f8f91f35cc108d06e0bfca8
treef22ddb09a78512768e6e4f766e8b61721175aee5
parent6197fd86789a28760f8375b5ae8885cd7258042f
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>
fs/squashfs/block.c
fs/squashfs/cache.c
fs/squashfs/decompressor.c
fs/squashfs/fragment.c
fs/squashfs/id.c
fs/squashfs/lzo_wrapper.c
fs/squashfs/squashfs.h
fs/squashfs/squashfs_fs_i.h
fs/squashfs/xattr_id.c
fs/squashfs/zlib_wrapper.c