diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-09-12 13:49:13 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-17 10:55:24 -0700 |
commit | 751107ef790ad3a7524d9b3aac74865ca2564e5e (patch) | |
tree | 1b514254a92d04f12afd0b741c06b3284efda06b | |
parent | d3007ecb5b87bc033b0e31d38931212bafb06077 (diff) | |
download | linux-751107ef790ad3a7524d9b3aac74865ca2564e5e.tar.gz linux-751107ef790ad3a7524d9b3aac74865ca2564e5e.tar.bz2 linux-751107ef790ad3a7524d9b3aac74865ca2564e5e.zip |
gpio: viperboard: Cut down on boilerplate
Just use the SPDX header for the license.
Cc: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/gpio/gpio-viperboard.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/gpio/gpio-viperboard.c b/drivers/gpio/gpio-viperboard.c index 76c4aa0da5d4..9b604f13e302 100644 --- a/drivers/gpio/gpio-viperboard.c +++ b/drivers/gpio/gpio-viperboard.c @@ -1,15 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Nano River Technologies viperboard GPIO lib driver * * (C) 2012 by Lemonage GmbH * Author: Lars Poeschel <poeschel@lemonage.de> * All rights reserved. - * - * 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. - * */ #include <linux/kernel.h> |