]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
gpio: vf610: Cut down on boilerplate
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 7 Sep 2018 20:04:50 +0000 (22:04 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 12 Sep 2018 12:48:40 +0000 (14:48 +0200)
Just use the SPDX identifier for the license.

Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-vf610.c

index 93eed646d92f8327a05c0ffd6773100d932cf163..5960396c8d9a263d835f764b4e0f0de95fe06b30 100644 (file)
@@ -1,20 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Freescale vf610 GPIO support through PORT and GPIO
  *
  * Copyright (c) 2014 Toradex AG.
  *
  * Author: Stefan Agner <stefan@agner.ch>.
- *
- * 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.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
-
 #include <linux/bitops.h>
 #include <linux/err.h>
 #include <linux/gpio/driver.h>