diff --git a/[refs] b/[refs] index 2e9f4246b36d..6bc9db642981 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 517bd1d5eac739a7f398058a9524386667fff032 +refs/heads/master: 7b4df9ece9b4c4a754bd1f5603cdabff26b987e5 diff --git a/trunk/include/linux/ide.h b/trunk/include/linux/ide.h index 613534b77054..7b6a6a58e465 100644 --- a/trunk/include/linux/ide.h +++ b/trunk/include/linux/ide.h @@ -980,10 +980,7 @@ typedef struct ide_driver_s { int (*end_request)(ide_drive_t *, int, int); ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8); ide_startstop_t (*abort)(ide_drive_t *, struct request *rq); - int (*ioctl)(ide_drive_t *, struct inode *, struct file *, unsigned int, unsigned long); ide_proc_entry_t *proc; - void (*ata_prebuilder)(ide_drive_t *); - void (*atapi_prebuilder)(ide_drive_t *); struct device_driver gen_driver; } ide_driver_t;