diff options
Diffstat (limited to 'drivers/mmc/host/mxcmmc.c')
-rw-r--r-- | drivers/mmc/host/mxcmmc.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c index 45f7b9b53d48..750604f7fac9 100644 --- a/drivers/mmc/host/mxcmmc.c +++ b/drivers/mmc/host/mxcmmc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/mmc/host/mxcmmc.c - Freescale i.MX MMCI driver | 3 | * linux/drivers/mmc/host/mxcmmc.c - Freescale i.MX MMCI driver |
3 | * | 4 | * |
@@ -10,11 +11,6 @@ | |||
10 | * Copyright (C) 2006 Pavel Pisa, PiKRON <ppisa@pikron.com> | 11 | * Copyright (C) 2006 Pavel Pisa, PiKRON <ppisa@pikron.com> |
11 | * | 12 | * |
12 | * derived from pxamci.c by Russell King | 13 | * derived from pxamci.c by Russell King |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 as | ||
16 | * published by the Free Software Foundation. | ||
17 | * | ||
18 | */ | 14 | */ |
19 | 15 | ||
20 | #include <linux/module.h> | 16 | #include <linux/module.h> |