From: Christoph Hellwig Date: Sat, 14 Jan 2006 21:21:25 +0000 (-0800) Subject: [PATCH] fbdev: Sanitize ->fb_mmap prototype X-Git-Tag: v2.6.16-rc1~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=216d526c89d144928f095f2800bc6c67e968d628;p=pandora-kernel.git [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 Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed