diff options
Diffstat (limited to 'drivers/memstick/host')
-rw-r--r-- | drivers/memstick/host/jmb38x_ms.c | 6 | ||||
-rw-r--r-- | drivers/memstick/host/r592.c | 5 | ||||
-rw-r--r-- | drivers/memstick/host/r592.h | 5 | ||||
-rw-r--r-- | drivers/memstick/host/tifm_ms.c | 6 |
4 files changed, 4 insertions, 18 deletions
diff --git a/drivers/memstick/host/jmb38x_ms.c b/drivers/memstick/host/jmb38x_ms.c index 5733e8fe1aef..32747425297d 100644 --- a/drivers/memstick/host/jmb38x_ms.c +++ b/drivers/memstick/host/jmb38x_ms.c | |||
@@ -1,12 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * jmb38x_ms.c - JMicron jmb38x MemoryStick card reader | 3 | * jmb38x_ms.c - JMicron jmb38x MemoryStick card reader |
3 | * | 4 | * |
4 | * Copyright (C) 2008 Alex Dubov <oakad@yahoo.com> | 5 | * Copyright (C) 2008 Alex Dubov <oakad@yahoo.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #include <linux/spinlock.h> | 8 | #include <linux/spinlock.h> |
diff --git a/drivers/memstick/host/r592.c b/drivers/memstick/host/r592.c index 627d6e62fe31..2932f421b3ea 100644 --- a/drivers/memstick/host/r592.c +++ b/drivers/memstick/host/r592.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010 - Maxim Levitsky | 3 | * Copyright (C) 2010 - Maxim Levitsky |
3 | * driver for Ricoh memstick readers | 4 | * driver for Ricoh memstick readers |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
diff --git a/drivers/memstick/host/r592.h b/drivers/memstick/host/r592.h index c5726c1e8832..c161db70c8f5 100644 --- a/drivers/memstick/host/r592.h +++ b/drivers/memstick/host/r592.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010 - Maxim Levitsky | 3 | * Copyright (C) 2010 - Maxim Levitsky |
3 | * driver for Ricoh memstick readers | 4 | * driver for Ricoh memstick readers |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #ifndef R592_H | 7 | #ifndef R592_H |
diff --git a/drivers/memstick/host/tifm_ms.c b/drivers/memstick/host/tifm_ms.c index 6b13ac56eb27..5b966b54d6e9 100644 --- a/drivers/memstick/host/tifm_ms.c +++ b/drivers/memstick/host/tifm_ms.c | |||
@@ -1,15 +1,11 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * TI FlashMedia driver | 3 | * TI FlashMedia driver |
3 | * | 4 | * |
4 | * Copyright (C) 2007 Alex Dubov <oakad@yahoo.com> | 5 | * Copyright (C) 2007 Alex Dubov <oakad@yahoo.com> |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * Special thanks to Carlos Corbacho for providing various MemoryStick cards | 7 | * Special thanks to Carlos Corbacho for providing various MemoryStick cards |
11 | * that made this driver possible. | 8 | * that made this driver possible. |
12 | * | ||
13 | */ | 9 | */ |
14 | 10 | ||
15 | #include <linux/tifm.h> | 11 | #include <linux/tifm.h> |