fs/ramfs/ extern cleanup
authorAdrian Bunk <bunk@kernel.org>
Tue, 29 Apr 2008 07:58:51 +0000 (00:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:00 +0000 (08:06 -0700)
commit4488c59c942bd6004fc97f0c2a7603a2f5dd80e0
tree83da32b510c78920035f84b2cba6b3d015da839f
parentf7b16c108fd044adc422ff21b5d6c16022462fd0
fs/ramfs/ extern cleanup

- internal.h shouldn't duplicate the extern declaration for
  ramfs_file_operations already in include/linux/ramfs.h
- file-mmu.c needs two #include's for seeing the extern declarations
  of it's global struct's

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ramfs/file-mmu.c
fs/ramfs/internal.h