diff options
Diffstat (limited to 'drivers/mmc/host/tifm_sd.c')
-rw-r--r-- | drivers/mmc/host/tifm_sd.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/mmc/host/tifm_sd.c b/drivers/mmc/host/tifm_sd.c index 35dd34b82a4d..54271b92ee59 100644 --- a/drivers/mmc/host/tifm_sd.c +++ b/drivers/mmc/host/tifm_sd.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * tifm_sd.c - TI FlashMedia driver | 3 | * tifm_sd.c - TI FlashMedia driver |
3 | * | 4 | * |
4 | * Copyright (C) 2006 Alex Dubov <oakad@yahoo.com> | 5 | * Copyright (C) 2006 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 Brad Campbell for extensive testing of this driver. | 7 | * Special thanks to Brad Campbell for extensive testing of this driver. |
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | 10 | ||