hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/rapidio/rio-access.c
....@@ -1,18 +1,16 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * RapidIO configuration space access support
34 *
45 * Copyright 2005 MontaVista Software, Inc.
56 * 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.
117 */
128
139 #include <linux/rio.h>
1410 #include <linux/module.h>
1511
12
+#include <linux/rio_drv.h>
13
+
1614 /*
1715 * Wrappers for all RIO configuration access functions. They just check
1816 * alignment and call the low-level functions pointed to by rio_mport->ops.