aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_kernel.h')
-rw-r--r--drivers/infiniband/hw/ipath/ipath_kernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_kernel.h b/drivers/infiniband/hw/ipath/ipath_kernel.h
index f1f812759ee3..8bad3e3c5550 100644
--- a/drivers/infiniband/hw/ipath/ipath_kernel.h
+++ b/drivers/infiniband/hw/ipath/ipath_kernel.h
@@ -645,6 +645,7 @@ int ipath_enable_wc(struct ipath_devdata *dd);
645void ipath_disable_wc(struct ipath_devdata *dd); 645void ipath_disable_wc(struct ipath_devdata *dd);
646int ipath_count_units(int *npresentp, int *nupp, u32 *maxportsp); 646int ipath_count_units(int *npresentp, int *nupp, u32 *maxportsp);
647void ipath_shutdown_device(struct ipath_devdata *); 647void ipath_shutdown_device(struct ipath_devdata *);
648void ipath_clear_freeze(struct ipath_devdata *);
648 649
649struct file_operations; 650struct file_operations;
650int ipath_cdev_init(int minor, char *name, const struct file_operations *fops, 651int ipath_cdev_init(int minor, char *name, const struct file_operations *fops,