diff options
Diffstat (limited to 'drivers/gpio/gpio-grgpio.c')
-rw-r--r-- | drivers/gpio/gpio-grgpio.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/gpio/gpio-grgpio.c b/drivers/gpio/gpio-grgpio.c index 45b8d6a02b87..7df48e76baea 100644 --- a/drivers/gpio/gpio-grgpio.c +++ b/drivers/gpio/gpio-grgpio.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Driver for Aeroflex Gaisler GRGPIO General Purpose I/O cores. | 3 | * Driver for Aeroflex Gaisler GRGPIO General Purpose I/O cores. |
3 | * | 4 | * |
@@ -12,11 +13,6 @@ | |||
12 | * See "Documentation/devicetree/bindings/gpio/gpio-grgpio.txt" for | 13 | * See "Documentation/devicetree/bindings/gpio/gpio-grgpio.txt" for |
13 | * information on open firmware properties. | 14 | * information on open firmware properties. |
14 | * | 15 | * |
15 | * This program is free software; you can redistribute it and/or modify it | ||
16 | * under the terms of the GNU General Public License as published by the | ||
17 | * Free Software Foundation; either version 2 of the License, or (at your | ||
18 | * option) any later version. | ||
19 | * | ||
20 | * Contributors: Andreas Larsson <andreas@gaisler.com> | 16 | * Contributors: Andreas Larsson <andreas@gaisler.com> |
21 | */ | 17 | */ |
22 | 18 | ||