Deleted Added
full compact
device.c (270710) device.c (277302)
1/*
2 * Copyright (c) 2004 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Sun Microsystems, Inc. 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

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

763}
764
765static moduledata_t ibcore_mod = {
766 .name = "ibcore",
767 .evhand = ibcore_evhand,
768};
769
770MODULE_VERSION(ibcore, 1);
1/*
2 * Copyright (c) 2004 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Sun Microsystems, Inc. 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

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

763}
764
765static moduledata_t ibcore_mod = {
766 .name = "ibcore",
767 .evhand = ibcore_evhand,
768};
769
770MODULE_VERSION(ibcore, 1);
771MODULE_DEPEND(ibcore, linuxapi, 1, 1, 1);
771DECLARE_MODULE(ibcore, ibcore_mod, SI_SUB_SMP, SI_ORDER_ANY);
772DECLARE_MODULE(ibcore, ibcore_mod, SI_SUB_SMP, SI_ORDER_ANY);