Deleted Added
full compact
main.c (276749) main.c (277302)
1/*
2 * Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved.
3 * Copyright (c) 2007, 2008 Mellanox Technologies. All rights reserved.
4 *
5 * This software is available to you under a choice of one of two
6 * licenses. You may choose to be licensed under the terms of the GNU
7 * General Public License (GPL) Version 2, available from the file
8 * COPYING in the main directory of this source tree, or the

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

2415static moduledata_t mlx4ib_mod = {
2416 .name = "mlx4ib",
2417 .evhand = mlx4ib_evhand,
2418};
2419
2420DECLARE_MODULE(mlx4ib, mlx4ib_mod, SI_SUB_OFED_PREINIT, SI_ORDER_ANY);
2421MODULE_DEPEND(mlx4ib, mlx4, 1, 1, 1);
2422MODULE_DEPEND(mlx4ib, ibcore, 1, 1, 1);
1/*
2 * Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved.
3 * Copyright (c) 2007, 2008 Mellanox Technologies. All rights reserved.
4 *
5 * This software is available to you under a choice of one of two
6 * licenses. You may choose to be licensed under the terms of the GNU
7 * General Public License (GPL) Version 2, available from the file
8 * COPYING in the main directory of this source tree, or the

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

2415static moduledata_t mlx4ib_mod = {
2416 .name = "mlx4ib",
2417 .evhand = mlx4ib_evhand,
2418};
2419
2420DECLARE_MODULE(mlx4ib, mlx4ib_mod, SI_SUB_OFED_PREINIT, SI_ORDER_ANY);
2421MODULE_DEPEND(mlx4ib, mlx4, 1, 1, 1);
2422MODULE_DEPEND(mlx4ib, ibcore, 1, 1, 1);
2423MODULE_DEPEND(mlx4ib, linuxapi, 1, 1, 1);