]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/ide.h
ide: change ->set_dma_mode method parameters
[mirror_ubuntu-zesty-kernel.git] / include / linux / ide.h
index 803ec306883c31e1ea39bbec9778382087c85e9a..53ecdba82d7245dace4a40d15c8cf315fe1ca46e 100644 (file)
@@ -625,7 +625,7 @@ extern const struct ide_tp_ops default_tp_ops;
 struct ide_port_ops {
        void    (*init_dev)(ide_drive_t *);
        void    (*set_pio_mode)(struct hwif_s *, ide_drive_t *);
-       void    (*set_dma_mode)(ide_drive_t *, const u8);
+       void    (*set_dma_mode)(struct hwif_s *, ide_drive_t *);
        int     (*reset_poll)(ide_drive_t *);
        void    (*pre_reset)(ide_drive_t *);
        void    (*resetproc)(ide_drive_t *);