X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fvideo%2Fpmag-aa-fb.c;h=68ca3cc40770ccda101cd79097f28a6d6952f980;hb=48f33c95291e429963dcd2dfe625d189d83e3925;hp=28d1fe5fe34007fcdf9996cb0216154732e74f1e;hpb=c08319a9d50b5c9cb4fdb33728bd16497cf4ddd3;p=powerpc.git diff --git a/drivers/video/pmag-aa-fb.c b/drivers/video/pmag-aa-fb.c index 28d1fe5fe3..68ca3cc407 100644 --- a/drivers/video/pmag-aa-fb.c +++ b/drivers/video/pmag-aa-fb.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include @@ -299,8 +298,7 @@ static int aafb_set_cmap(struct fb_cmap *cmap, int kspc, int con, return -EINVAL; } -static int aafb_ioctl(struct inode *inode, struct file *file, u32 cmd, - unsigned long arg, int con, struct fb_info *info) +static int aafb_ioctl(struct fb_info *info, u32 cmd, unsigned long arg) { /* TODO: Not yet implemented */ return -ENOIOCTLCMD;