mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-13 10:08:19 +00:00
drivers: gpio: amd8111: use SPDX-License-Identifier
Prefer SPDX-License-Identifier over hand-written texts. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Link: https://lore.kernel.org/r/20201203182423.5499-3-info@metux.net Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
a922a24454
commit
37ddba0245
1 changed files with 1 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* GPIO driver for AMD 8111 south bridges
|
* GPIO driver for AMD 8111 south bridges
|
||||||
*
|
*
|
||||||
|
@ -20,10 +21,6 @@
|
||||||
* Hardware driver for Intel i810 Random Number Generator (RNG)
|
* Hardware driver for Intel i810 Random Number Generator (RNG)
|
||||||
* Copyright 2000,2001 Jeff Garzik <jgarzik@pobox.com>
|
* Copyright 2000,2001 Jeff Garzik <jgarzik@pobox.com>
|
||||||
* Copyright 2000,2001 Philipp Rumpf <prumpf@mandrakesoft.com>
|
* Copyright 2000,2001 Philipp Rumpf <prumpf@mandrakesoft.com>
|
||||||
*
|
|
||||||
* 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/ioport.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue