diff options
Diffstat (limited to 'drivers/rapidio/rio_cm.c')
-rw-r--r-- | drivers/rapidio/rio_cm.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/rapidio/rio_cm.c b/drivers/rapidio/rio_cm.c index b29fc258eeba..50ec53d67a4c 100644 --- a/drivers/rapidio/rio_cm.c +++ b/drivers/rapidio/rio_cm.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * rio_cm - RapidIO Channelized Messaging Driver | 3 | * rio_cm - RapidIO Channelized Messaging Driver |
3 | * | 4 | * |
4 | * Copyright 2013-2016 Integrated Device Technology, Inc. | 5 | * Copyright 2013-2016 Integrated Device Technology, Inc. |
5 | * Copyright (c) 2015, Prodrive Technologies | 6 | * Copyright (c) 2015, Prodrive Technologies |
6 | * Copyright (c) 2015, RapidIO Trade Association | 7 | * Copyright (c) 2015, RapidIO Trade Association |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | * THIS PROGRAM IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, | ||
14 | * BUT WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF | ||
15 | * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. SEE THE | ||
16 | * GNU GENERAL PUBLIC LICENSE FOR MORE DETAILS. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #include <linux/module.h> | 10 | #include <linux/module.h> |