fs/affs/file.c: forward declaration clean-up
authorFabian Frederick <[email protected]>
Sat, 13 Dec 2014 00:57:47 +0000 (16:57 -0800)
committerLinus Torvalds <[email protected]>
Sat, 13 Dec 2014 20:42:51 +0000 (12:42 -0800)
commit7633978b43ebe3ec4759ef069acd7bf3d743b79c
treee34139e7f79001f543e2bf2554e245c70145221d
parent957e3facd147510f2cf8780e38606f1d707f0e33
fs/affs/file.c: forward declaration clean-up

-Move file_operations to avoid forward declarations.

-Remove unused declarations.

Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/affs/file.c