From: David S. Miller Date: Tue, 17 Jan 2006 23:53:11 +0000 (-0800) Subject: [SPARC]: Fix sbusfb build. X-Git-Tag: v2.6.16-rc2~368^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7006638a50cbf16bb420fa91e5af2dd22d28621;p=pandora-kernel.git [SPARC]: Fix sbusfb build. sbusfb_compat_ioctl() needs to return int, not long, as that is what the fb_ops->fb_compat_ioctl method prototype wants. Need to git rid of the "struct file *file" first argument to fbiogetputcmap() and fbiogscursor() to match calls done in sbusfb_compat_ioctl(). Signed-off-by: David S. Miller --- Reading git-diff-tree failed