[openib-general] [PATCH] Remove drivers/infiniband/ulp/ipoib/ipoib_export.c
Tom Duffy
tduffy at sun.com
Mon Aug 16 16:17:41 PDT 2004
Remove file drivers/infiniband/ulp/ipoib/ipoib_export.c.
Signed-by: Tom Duffy <tduffy at sun.com> with permission from Sun legal.
Index: drivers/infiniband/ulp/ipoib/ipoib_export.c
===================================================================
--- drivers/infiniband/ulp/ipoib/ipoib_export.c (revision 654)
+++ drivers/infiniband/ulp/ipoib/ipoib_export.c (working copy)
@@ -1,29 +0,0 @@
-/*
- This software is available to you under a choice of one of two
- licenses. You may choose to be licensed under the terms of the GNU
- General Public License (GPL) Version 2, available at
- <http://www.fsf.org/copyleft/gpl.html>, or the OpenIB.org BSD
- license, available in the LICENSE.TXT file accompanying this
- software. These details are also available at
- <http://openib.org/license.html>.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
- BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
-
- Copyright (c) 2004 Topspin Communications. All rights reserved.
-
- $Id$
-*/
-
-#include "ipoib_proto.h"
-
-#include <linux/module.h>
-
-EXPORT_SYMBOL(ipoib_get_gid);
-EXPORT_SYMBOL(ipoib_device_handle);
Index: drivers/infiniband/ulp/ipoib/ipoib_arp.c
===================================================================
--- drivers/infiniband/ulp/ipoib/ipoib_arp.c (revision 654)
+++ drivers/infiniband/ulp/ipoib/ipoib_arp.c (working copy)
@@ -30,6 +30,7 @@
#include <linux/slab.h>
#include <linux/if_arp.h>
+#include <linux/module.h>
enum {
IPOIB_ADDRESS_HASH_BITS = IPOIB_ADDRESS_HASH_BYTES * 8,
@@ -1095,6 +1096,7 @@
return 0;
}
+EXPORT_SYMBOL(ipoib_get_gid);
/*
* Local Variables:
Index: drivers/infiniband/ulp/ipoib/ipoib_main.c
===================================================================
--- drivers/infiniband/ulp/ipoib/ipoib_main.c (revision 654)
+++ drivers/infiniband/ulp/ipoib/ipoib_main.c (working copy)
@@ -124,6 +124,7 @@
return 0;
}
+EXPORT_SYMBOL(ipoib_device_handle);
int ipoib_dev_open(struct net_device *dev)
{
Index: drivers/infiniband/ulp/ipoib/Makefile
===================================================================
--- drivers/infiniband/ulp/ipoib/Makefile (revision 654)
+++ drivers/infiniband/ulp/ipoib/Makefile (working copy)
@@ -10,7 +10,6 @@
ipoib_multicast.o \
ipoib_arp.o \
ipoib_proc.o \
- ipoib_export.o \
ipoib_verbs.o \
ipoib_vlan.o
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20040816/f5585248/attachment.sig>
More information about the general
mailing list