From: Christoph Hellwig Date: Sat, 14 Jan 2006 21:21:25 +0000 (-0800) Subject: [PATCH] fbdev: Sanitize ->fb_ioctl prototype X-Git-Tag: v2.6.16-rc1~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a6680d64e18c7a1901f31ef747ea53b6cd986d;p=pandora-kernel.git [PATCH] fbdev: Sanitize ->fb_ioctl prototype The ioctl and file arguments to ->fb_mmap are totally unused and there's not reason a driver should need them. Also update the ->fb_compat_ioctl prototype to be the same as ->fb_mmap. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed