diff options
| author | Enrico Weigelt, metux IT consult <[email protected]> | 2020-12-03 18:24:23 +0000 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2020-12-08 08:41:32 +0000 |
| commit | 37ddba0245b4547621862c0b24bf36deb199bf5c (patch) | |
| tree | 013d356ef227d6faec2e7c0f85b3b775879106b1 /drivers/gpio/gpio-amd8111.c | |
| parent | drivers: gpio: amd8111: prefer dev_err()/dev_info() over raw printk (diff) | |
| download | kernel-37ddba0245b4547621862c0b24bf36deb199bf5c.tar.gz kernel-37ddba0245b4547621862c0b24bf36deb199bf5c.zip | |
drivers: gpio: amd8111: use SPDX-License-Identifier
Prefer SPDX-License-Identifier over hand-written texts.
Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'drivers/gpio/gpio-amd8111.c')
| -rw-r--r-- | drivers/gpio/gpio-amd8111.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpio/gpio-amd8111.c b/drivers/gpio/gpio-amd8111.c index 0e260950992d..14e6b3e64add 100644 --- a/drivers/gpio/gpio-amd8111.c +++ b/drivers/gpio/gpio-amd8111.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * GPIO driver for AMD 8111 south bridges * @@ -20,10 +21,6 @@ * Hardware driver for Intel i810 Random Number Generator (RNG) * Copyright 2000,2001 Jeff Garzik <[email protected]> * Copyright 2000,2001 Philipp Rumpf <[email protected]> - * - * This file is licensed under the terms of the GNU General Public - * License version 2. This program is licensed "as is" without any - * warranty of any kind, whether express or implied. */ #include <linux/ioport.h> #include <linux/module.h> |
