diff options
Diffstat (limited to 'drivers/char/hw_random/timeriomem-rng.c')
-rw-r--r-- | drivers/char/hw_random/timeriomem-rng.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/char/hw_random/timeriomem-rng.c b/drivers/char/hw_random/timeriomem-rng.c index f615684028af..ccd1f6e0696b 100644 --- a/drivers/char/hw_random/timeriomem-rng.c +++ b/drivers/char/hw_random/timeriomem-rng.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * drivers/char/hw_random/timeriomem-rng.c | 3 | * drivers/char/hw_random/timeriomem-rng.c |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Copyright 2005 (c) MontaVista Software, Inc. | 8 | * Copyright 2005 (c) MontaVista Software, Inc. |
8 | * Author: Deepak Saxena <dsaxena@plexity.net> | 9 | * Author: Deepak Saxena <dsaxena@plexity.net> |
9 | * | 10 | * |
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | * Overview: | 11 | * Overview: |
15 | * This driver is useful for platforms that have an IO range that provides | 12 | * This driver is useful for platforms that have an IO range that provides |
16 | * periodic random data from a single IO memory address. All the platform | 13 | * periodic random data from a single IO memory address. All the platform |