]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fbdev: pass struct fb_info to fb_read and fb_write
authorAntonino A. Daplas <adaplas@gmail.com>
Tue, 8 May 2007 07:39:02 +0000 (00:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:30 +0000 (11:15 -0700)
commit3f9b0880e4a96b02bc0131451f2f6231cd90bd94
treea47339c46ab03918b24d501df54884c277326a74
parent87b4884935d387acc4c4418da6a75387bfcc24b9
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 <adaplas@gmail.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/arcfb.c
drivers/video/epson1355fb.c
drivers/video/fbmem.c
drivers/video/hecubafb.c
drivers/video/pvr2fb.c
include/linux/fb.h