diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_kernel.h')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_kernel.h b/drivers/infiniband/hw/ipath/ipath_kernel.h index 986b2125b8f5..6d8d05fb5999 100644 --- a/drivers/infiniband/hw/ipath/ipath_kernel.h +++ b/drivers/infiniband/hw/ipath/ipath_kernel.h | |||
@@ -593,7 +593,7 @@ void ipath_shutdown_device(struct ipath_devdata *); | |||
593 | void ipath_disarm_senderrbufs(struct ipath_devdata *); | 593 | void ipath_disarm_senderrbufs(struct ipath_devdata *); |
594 | 594 | ||
595 | struct file_operations; | 595 | struct file_operations; |
596 | int ipath_cdev_init(int minor, char *name, struct file_operations *fops, | 596 | int ipath_cdev_init(int minor, char *name, const struct file_operations *fops, |
597 | struct cdev **cdevp, struct class_device **class_devp); | 597 | struct cdev **cdevp, struct class_device **class_devp); |
598 | void ipath_cdev_cleanup(struct cdev **cdevp, | 598 | void ipath_cdev_cleanup(struct cdev **cdevp, |
599 | struct class_device **class_devp); | 599 | struct class_device **class_devp); |