commit | c7006638a50cbf16bb420fa91e5af2dd22d28621 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Tue Jan 17 15:53:11 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jan 17 15:53:11 2006 -0800 |
tree | ba8a5d030087634a2e0fe63ad6ce1cd9c6758bbf | |
parent | 1ae613883468eab2fb8a077aad9fdedfbfa73d1b [diff] |
[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 <davem@davemloft.net>