| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * core routines for the asynchronous memory transfer/transform api |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 8 | 9 | * with architecture considerations by: |
|---|
| 9 | 10 | * Neil Brown <neilb@suse.de> |
|---|
| 10 | 11 | * Jeff Garzik <jeff@garzik.org> |
|---|
| 11 | | - * |
|---|
| 12 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 13 | | - * under the terms and conditions of the GNU General Public License, |
|---|
| 14 | | - * version 2, as published by the Free Software Foundation. |
|---|
| 15 | | - * |
|---|
| 16 | | - * This program is distributed in the hope it will be useful, but WITHOUT |
|---|
| 17 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 18 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
|---|
| 19 | | - * more details. |
|---|
| 20 | | - * |
|---|
| 21 | | - * You should have received a copy of the GNU General Public License along with |
|---|
| 22 | | - * this program; if not, write to the Free Software Foundation, Inc., |
|---|
| 23 | | - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. |
|---|
| 24 | | - * |
|---|
| 25 | 12 | */ |
|---|
| 26 | 13 | #include <linux/rculist.h> |
|---|
| 27 | 14 | #include <linux/module.h> |
|---|