| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2016 Parav Pandit <pandit.parav@gmail.com> |
|---|
| 3 | | - * |
|---|
| 4 | | - * This file is subject to the terms and conditions of version 2 of the GNU |
|---|
| 5 | | - * General Public License. See the file COPYING in the main directory of the |
|---|
| 6 | | - * Linux distribution for more details. |
|---|
| 7 | 4 | */ |
|---|
| 8 | 5 | |
|---|
| 9 | 6 | #ifndef _CGROUP_RDMA_H |
|---|
| .. | .. |
|---|
| 39 | 36 | * APIs for RDMA/IB stack to publish when a device wants to |
|---|
| 40 | 37 | * participate in resource accounting |
|---|
| 41 | 38 | */ |
|---|
| 42 | | -int rdmacg_register_device(struct rdmacg_device *device); |
|---|
| 39 | +void rdmacg_register_device(struct rdmacg_device *device); |
|---|
| 43 | 40 | void rdmacg_unregister_device(struct rdmacg_device *device); |
|---|
| 44 | 41 | |
|---|
| 45 | 42 | /* APIs for RDMA/IB stack to charge/uncharge pool specific resources */ |
|---|