Deleted Added
full compact
ipoib_main.c (275196) ipoib_main.c (277302)
1/*
2 * Copyright (c) 2004 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
4 * Copyright (c) 2004 Voltaire, Inc. All rights reserved.
5 *
6 * This software is available to you under a choice of one of two
7 * licenses. You may choose to be licensed under the terms of the GNU
8 * General Public License (GPL) Version 2, available from the file

--- 1528 unchanged lines hidden (view full) ---

1537
1538static moduledata_t ipoib_mod = {
1539 .name = "ipoib",
1540 .evhand = ipoib_evhand,
1541};
1542
1543DECLARE_MODULE(ipoib, ipoib_mod, SI_SUB_SMP, SI_ORDER_ANY);
1544MODULE_DEPEND(ipoib, ibcore, 1, 1, 1);
1/*
2 * Copyright (c) 2004 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
4 * Copyright (c) 2004 Voltaire, Inc. All rights reserved.
5 *
6 * This software is available to you under a choice of one of two
7 * licenses. You may choose to be licensed under the terms of the GNU
8 * General Public License (GPL) Version 2, available from the file

--- 1528 unchanged lines hidden (view full) ---

1537
1538static moduledata_t ipoib_mod = {
1539 .name = "ipoib",
1540 .evhand = ipoib_evhand,
1541};
1542
1543DECLARE_MODULE(ipoib, ipoib_mod, SI_SUB_SMP, SI_ORDER_ANY);
1544MODULE_DEPEND(ipoib, ibcore, 1, 1, 1);
1545
1545MODULE_DEPEND(ipoib, linuxapi, 1, 1, 1);