| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * RapidIO driver 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/init.h> |
|---|
| 14 | 10 | #include <linux/module.h> |
|---|
| 15 | 11 | #include <linux/rio.h> |
|---|
| 16 | 12 | #include <linux/rio_ids.h> |
|---|
| 13 | +#include <linux/rio_drv.h> |
|---|
| 17 | 14 | |
|---|
| 18 | 15 | #include "rio.h" |
|---|
| 19 | 16 | |
|---|