From: Antonino A. Daplas Date: Tue, 8 May 2007 07:39:02 +0000 (-0700) Subject: fbdev: pass struct fb_info to fb_read and fb_write X-Git-Tag: v2.6.22-rc1~406 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f9b0880e4a96b02bc0131451f2f6231cd90bd94;p=pandora-kernel.git fbdev: pass struct fb_info to fb_read and fb_write It is unnecessary to pass struct file to fb_read() and fb_write() in struct fb_ops. For consistency with the other methods, pass struct fb_info instead. Signed-off-by: Antonino Daplas Acked-by: Paul Mundt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed