diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_layer.h')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_layer.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_layer.h b/drivers/infiniband/hw/ipath/ipath_layer.h index 71485096fcac..57c990a5715f 100644 --- a/drivers/infiniband/hw/ipath/ipath_layer.h +++ b/drivers/infiniband/hw/ipath/ipath_layer.h | |||
@@ -114,14 +114,7 @@ int ipath_layer_register(void *(*l_add)(int, struct ipath_devdata *), | |||
114 | struct sk_buff *), | 114 | struct sk_buff *), |
115 | u16 rcv_opcode, | 115 | u16 rcv_opcode, |
116 | int (*l_rcv_lid)(void *, void *)); | 116 | int (*l_rcv_lid)(void *, void *)); |
117 | int ipath_verbs_register(void *(*l_add)(int, struct ipath_devdata *), | ||
118 | void (*l_remove)(void *arg), | ||
119 | int (*l_piobufavail)(void *arg), | ||
120 | void (*l_rcv)(void *arg, void *rhdr, | ||
121 | void *data, u32 tlen), | ||
122 | void (*l_timer_cb)(void *arg)); | ||
123 | void ipath_layer_unregister(void); | 117 | void ipath_layer_unregister(void); |
124 | void ipath_verbs_unregister(void); | ||
125 | int ipath_layer_open(struct ipath_devdata *, u32 * pktmax); | 118 | int ipath_layer_open(struct ipath_devdata *, u32 * pktmax); |
126 | u16 ipath_layer_get_lid(struct ipath_devdata *dd); | 119 | u16 ipath_layer_get_lid(struct ipath_devdata *dd); |
127 | int ipath_layer_get_mac(struct ipath_devdata *dd, u8 *); | 120 | int ipath_layer_get_mac(struct ipath_devdata *dd, u8 *); |
@@ -145,7 +138,6 @@ int ipath_layer_get_counters(struct ipath_devdata *dd, | |||
145 | int ipath_layer_want_buffer(struct ipath_devdata *dd); | 138 | int ipath_layer_want_buffer(struct ipath_devdata *dd); |
146 | int ipath_layer_set_guid(struct ipath_devdata *, __be64 guid); | 139 | int ipath_layer_set_guid(struct ipath_devdata *, __be64 guid); |
147 | __be64 ipath_layer_get_guid(struct ipath_devdata *); | 140 | __be64 ipath_layer_get_guid(struct ipath_devdata *); |
148 | u32 ipath_layer_get_nguid(struct ipath_devdata *); | ||
149 | u32 ipath_layer_get_majrev(struct ipath_devdata *); | 141 | u32 ipath_layer_get_majrev(struct ipath_devdata *); |
150 | u32 ipath_layer_get_minrev(struct ipath_devdata *); | 142 | u32 ipath_layer_get_minrev(struct ipath_devdata *); |
151 | u32 ipath_layer_get_pcirev(struct ipath_devdata *); | 143 | u32 ipath_layer_get_pcirev(struct ipath_devdata *); |