X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fcdrom.h;h=282e9b793e363fe8405474b121e068b6c7a3e42b;hb=5d0dd51ddb446e7c058023420f5b7d4404501980;hp=0e46b2d0de0bfe7ae9a51d3c88cf6f6104b7161b;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/linux/cdrom.h b/include/linux/cdrom.h index 0e46b2d0d..282e9b793 100644 --- a/include/linux/cdrom.h +++ b/include/linux/cdrom.h @@ -984,8 +984,8 @@ struct cdrom_device_ops { extern int cdrom_open(struct cdrom_device_info *cdi, struct inode *ip, struct file *fp); extern int cdrom_release(struct cdrom_device_info *cdi, struct file *fp); -extern int cdrom_ioctl(struct file *file, struct cdrom_device_info *cdi, - struct inode *ip, unsigned int cmd, unsigned long arg); +extern int cdrom_ioctl(struct cdrom_device_info *cdi, struct inode *ip, + unsigned int cmd, unsigned long arg); extern int cdrom_media_changed(struct cdrom_device_info *); extern int register_cdrom(struct cdrom_device_info *cdi);