diff options
author | Bryan O'Sullivan <bos@pathscale.com> | 2006-08-25 14:24:35 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-09-22 18:22:33 -0400 |
commit | 32c0a26c8f91dbc2797175c2bdff42b54f66c71d (patch) | |
tree | ba090ead26ea5738976fa533ab173a69e8711095 /drivers/infiniband | |
parent | 0fd41363e0785247b7c19127318abc8b5eacc86b (diff) |
IB/ipath: trivial cleanups
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_kernel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_kernel.h b/drivers/infiniband/hw/ipath/ipath_kernel.h index a600347bba6a..0ae2729c7ea2 100644 --- a/drivers/infiniband/hw/ipath/ipath_kernel.h +++ b/drivers/infiniband/hw/ipath/ipath_kernel.h | |||
@@ -528,7 +528,6 @@ void ipath_cdev_cleanup(struct cdev **cdevp, | |||
528 | 528 | ||
529 | int ipath_diag_add(struct ipath_devdata *); | 529 | int ipath_diag_add(struct ipath_devdata *); |
530 | void ipath_diag_remove(struct ipath_devdata *); | 530 | void ipath_diag_remove(struct ipath_devdata *); |
531 | void ipath_diag_bringup_link(struct ipath_devdata *); | ||
532 | 531 | ||
533 | extern wait_queue_head_t ipath_state_wait; | 532 | extern wait_queue_head_t ipath_state_wait; |
534 | 533 | ||