Skip to content
Commit c7006638 authored by David S. Miller's avatar David S. Miller
Browse files

[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: default avatarDavid S. Miller <davem@davemloft.net>
parent 1ae61388
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment