diff options
| author | Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> | 2025-05-27 11:46:07 -0400 |
|---|---|---|
| committer | Jason Gunthorpe <jgg@nvidia.com> | 2025-06-17 14:05:53 -0300 |
| commit | 24baad32b7100448fc4c3b13eceb0a222b25b12c (patch) | |
| tree | 983287c7ae67c9fb661c1da341fea4e87a0e62d6 /drivers/infiniband/hw/qib/qib_debugfs.h | |
| parent | c81fef22020c7467c08929330009c7c613e5ff5c (diff) | |
RDMA/qib: Remove outdated driver
The qib Infiniband device has long been decommissioned from distros and
unsupported by the company. We have kept it going in a compile only mode
for a while now and it's time to remove the driver. It has a number of
issues that are never going to be addressed and is a hindrance to
improving hfi1 and rdmavt.
Link: https://patch.msgid.link/r/174836076755.2436819.5981097575800950899.stgit@awdrv-04.cornelisnetworks.com
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/hw/qib/qib_debugfs.h')
| -rw-r--r-- | drivers/infiniband/hw/qib/qib_debugfs.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/drivers/infiniband/hw/qib/qib_debugfs.h b/drivers/infiniband/hw/qib/qib_debugfs.h deleted file mode 100644 index 7ae983a91b8b..000000000000 --- a/drivers/infiniband/hw/qib/qib_debugfs.h +++ /dev/null @@ -1,45 +0,0 @@ -#ifndef _QIB_DEBUGFS_H -#define _QIB_DEBUGFS_H - -#ifdef CONFIG_DEBUG_FS -/* - * Copyright (c) 2013 Intel Corporation. All rights reserved. - * - * 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 from the file - * COPYING in the main directory of this source tree, or the - * OpenIB.org BSD license below: - * - * Redistribution and use in source and binary forms, with or - * without modification, are permitted provided that the following - * conditions are met: - * - * - Redistributions of source code must retain the above - * copyright notice, this list of conditions and the following - * disclaimer. - * - * - Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following - * disclaimer in the documentation and/or other materials - * provided with the distribution. - * - * 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. - */ - -struct qib_ibdev; -void qib_dbg_ibdev_init(struct qib_ibdev *ibd); -void qib_dbg_ibdev_exit(struct qib_ibdev *ibd); -void qib_dbg_init(void); -void qib_dbg_exit(void); - -#endif - -#endif /* _QIB_DEBUGFS_H */ |