From 35b19d8848c5141aff8ef858f908e9f7a7cf0b1d Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 4 Sep 2010 23:35:09 +0100 Subject: [infiniband] Add the concept of an Infiniband upper-layer driver Replace the explicit calls from the Infiniband core to the IPoIB layer with the general concept of an Infiniband upper-layer driver (analogous to a PCI driver) which can create arbitrary devices on top of Infiniband devices. Signed-off-by: Michael Brown --- src/include/ipxe/ipoib.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include/ipxe/ipoib.h') diff --git a/src/include/ipxe/ipoib.h b/src/include/ipxe/ipoib.h index 31b0c1b6d..6a3fd607a 100644 --- a/src/include/ipxe/ipoib.h +++ b/src/include/ipxe/ipoib.h @@ -53,9 +53,6 @@ struct ipoib_hdr { } __attribute__ (( packed )); extern const char * ipoib_ntoa ( const void *ll_addr ); -extern void ipoib_link_state_changed ( struct ib_device *ibdev ); -extern int ipoib_probe ( struct ib_device *ibdev ); -extern void ipoib_remove ( struct ib_device *ibdev ); extern struct net_device * alloc_ipoibdev ( size_t priv_size ); #endif /* _IPXE_IPOIB_H */ -- cgit v1.2.3-55-g7522