--- linux-2.6.0-test6-mm2/drivers/cdrom/mcd.c.orig Thu Oct 2 15:15:58 2003 +++ linux-2.6.0-test6-mm2/drivers/cdrom/mcd.c Thu Oct 2 15:16:19 2003 @@ -224,7 +224,7 @@ return cdrom_release(&mcd_info); } -static int mcd_block_ioctl(struct struct block_device *bdev, struct file *file, +static int mcd_block_ioctl(struct block_device *bdev, struct file *file, unsigned cmd, unsigned long arg) { return cdrom_ioctl(&mcd_info, bdev, cmd, arg);