[PATCH] fbdev: Sanitize ->fb_mmap prototype
authorChristoph Hellwig <hch@lst.de>
Sat, 14 Jan 2006 21:21:25 +0000 (13:21 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 15 Jan 2006 02:27:15 +0000 (18:27 -0800)
commit216d526c89d144928f095f2800bc6c67e968d628
tree2363b4c9ab1e4f7acea503427fa6a21e5fa3dbe8
parent67a6680d64e18c7a1901f31ef747ea53b6cd986d
[PATCH] fbdev: Sanitize ->fb_mmap prototype

No need for a file argument.  If we'd really need it it's in vma->vm_file
already.  gbefb and sgivwfb used to set vma->vm_file to the file argument, but
the kernel alrady did that.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
22 files changed:
drivers/video/68328fb.c
drivers/video/acornfb.c
drivers/video/amba-clcd.c
drivers/video/aty/atyfb_base.c
drivers/video/au1100fb.c
drivers/video/bw2.c
drivers/video/cg14.c
drivers/video/cg3.c
drivers/video/cg6.c
drivers/video/controlfb.c
drivers/video/fbmem.c
drivers/video/ffb.c
drivers/video/gbefb.c
drivers/video/igafb.c
drivers/video/leo.c
drivers/video/p9100.c
drivers/video/pxafb.c
drivers/video/sa1100fb.c
drivers/video/sgivwfb.c
drivers/video/tcx.c
drivers/video/vfb.c
include/linux/fb.h