|
@@ -1,12 +1,9 @@
|
|
|
+// SPDX-License-Identifier: GPL-2.0
|
|
|
/*
|
|
|
* MMCIF eMMC driver.
|
|
|
*
|
|
|
* Copyright (C) 2010 Renesas Solutions Corp.
|
|
|
* Yusuke Goda <yusuke.goda.sx@renesas.com>
|
|
|
- *
|
|
|
- * This program is free software; you can redistribute it and/or modify
|
|
|
- * it under the terms of the GNU General Public License as published by
|
|
|
- * the Free Software Foundation; either version 2 of the License.
|
|
|
*/
|
|
|
|
|
|
/*
|
|
@@ -1573,6 +1570,6 @@ static struct platform_driver sh_mmcif_driver = {
|
|
|
module_platform_driver(sh_mmcif_driver);
|
|
|
|
|
|
MODULE_DESCRIPTION("SuperH on-chip MMC/eMMC interface driver");
|
|
|
-MODULE_LICENSE("GPL");
|
|
|
+MODULE_LICENSE("GPL v2");
|
|
|
MODULE_ALIAS("platform:" DRIVER_NAME);
|
|
|
MODULE_AUTHOR("Yusuke Goda <yusuke.goda.sx@renesas.com>");
|