]> git.baikalelectronics.ru Git - kernel.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)
commita567f312e33204a8ce5ffa408e02208272d73cf4
treea47339c46ab03918b24d501df54884c277326a74
parent0745d15acf67aecd92b1e1e5e8ef0c9b110d5bb2
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