diff options
| author | Linus Walleij <[email protected]> | 2018-09-25 07:08:48 +0000 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2018-09-25 07:08:48 +0000 |
| commit | dae5f0afcfc35ff64dfb65cddc6842ceeeca68c4 (patch) | |
| tree | 347f867eb6c9fccb1ff6032050a04a6543361850 /drivers/gpio/gpio-mmio.c | |
| parent | Merge branch 'ib-omap' into devel (diff) | |
| download | kernel-dae5f0afcfc35ff64dfb65cddc6842ceeeca68c4.tar.gz kernel-dae5f0afcfc35ff64dfb65cddc6842ceeeca68c4.zip | |
gpio: Use SPDX header for core library
Use the SPDX headers and cut down on boilerplate to indicate the
license in the core gpiolib implementation.
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'drivers/gpio/gpio-mmio.c')
| -rw-r--r-- | drivers/gpio/gpio-mmio.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/gpio/gpio-mmio.c b/drivers/gpio/gpio-mmio.c index 935292a30c99..50bdc29591c0 100644 --- a/drivers/gpio/gpio-mmio.c +++ b/drivers/gpio/gpio-mmio.c @@ -1,14 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Generic driver for memory-mapped GPIO controllers. * * Copyright 2008 MontaVista Software, Inc. * Copyright 2008,2010 Anton Vorontsov <[email protected]> * - * 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, or (at your - * option) any later version. - * * ....``.```~~~~````.`.`.`.`.```````'',,,.........`````......`....... * ...`` ```````.. * ..The simplest form of a GPIO controller that the driver supports is`` |
