git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ae6138
)
[SPARC]: Fix sbusfb build.
author
David S. Miller
<davem@sunset.davemloft.net>
Tue, 17 Jan 2006 23:53:11 +0000
(15:53 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Tue, 17 Jan 2006 23:53:11 +0000
(15:53 -0800)
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>
No differences found