hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/rapidio/rio-driver.c
....@@ -1,19 +1,16 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * RapidIO driver 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/init.h>
1410 #include <linux/module.h>
1511 #include <linux/rio.h>
1612 #include <linux/rio_ids.h>
13
+#include <linux/rio_drv.h>
1714
1815 #include "rio.h"
1916