.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * RapidIO configuration space access support |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright 2005 MontaVista Software, Inc. |
---|
5 | 6 | * Matt Porter <mporter@kernel.crashing.org> |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify it |
---|
8 | | - * under the terms of the GNU General Public License as published by the |
---|
9 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
10 | | - * option) any later version. |
---|
11 | 7 | */ |
---|
12 | 8 | |
---|
13 | 9 | #include <linux/rio.h> |
---|
14 | 10 | #include <linux/module.h> |
---|
15 | 11 | |
---|
| 12 | +#include <linux/rio_drv.h> |
---|
| 13 | + |
---|
16 | 14 | /* |
---|
17 | 15 | * Wrappers for all RIO configuration access functions. They just check |
---|
18 | 16 | * alignment and call the low-level functions pointed to by rio_mport->ops. |
---|