09 May, 2008

1 commit


13 Feb, 2008

1 commit


30 Jul, 2007

1 commit


22 Mar, 2006

1 commit


18 Jan, 2006

1 commit

  • 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

    David S. Miller
     

17 Jan, 2006

1 commit

  • After ages my fb ioctl prototype cleanup finally got in. Unfortunately the
    patch are so old that the sbus compat_ioctl helper didn't exist back then,
    so it's not covered. This patch should fix that issue.

    Signed-off-by: Christoph Hellwig
    Cc: "David S. Miller"
    Cc: "Antonino A. Daplas"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Christoph Hellwig