|
@@ -1,3 +1,4 @@
|
|
|
+// SPDX-License-Identifier: GPL-2.0
|
|
|
/*
|
|
|
* exynos-rng.c - Random Number Generator driver for the Exynos
|
|
|
*
|
|
@@ -6,15 +7,6 @@
|
|
|
* Loosely based on old driver from drivers/char/hw_random/exynos-rng.c:
|
|
|
* Copyright (C) 2012 Samsung Electronics
|
|
|
* Jonghwa Lee <jonghwa3.lee@samsung.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;
|
|
|
- *
|
|
|
- * This program is distributed in the hope that it will be useful,
|
|
|
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
- * GNU General Public License for more details.
|
|
|
*/
|
|
|
|
|
|
#include <linux/clk.h>
|
|
@@ -410,4 +402,4 @@ module_platform_driver(exynos_rng_driver);
|
|
|
|
|
|
MODULE_DESCRIPTION("Exynos H/W Random Number Generator driver");
|
|
|
MODULE_AUTHOR("Krzysztof Kozlowski <krzk@kernel.org>");
|
|
|
-MODULE_LICENSE("GPL");
|
|
|
+MODULE_LICENSE("GPL v2");
|