Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment