diff options
Diffstat (limited to 'drivers/gpio/gpio-zx.c')
-rw-r--r-- | drivers/gpio/gpio-zx.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpio/gpio-zx.c b/drivers/gpio/gpio-zx.c index fb927559aefa..8637adb6bc20 100644 --- a/drivers/gpio/gpio-zx.c +++ b/drivers/gpio/gpio-zx.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ZTE ZX296702 GPIO driver | 3 | * ZTE ZX296702 GPIO driver |
3 | * | 4 | * |
4 | * Author: Jun Nie <jun.nie@linaro.org> | 5 | * Author: Jun Nie <jun.nie@linaro.org> |
5 | * | 6 | * |
6 | * Copyright (C) 2015 Linaro Ltd. | 7 | * Copyright (C) 2015 Linaro Ltd. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #include <linux/bitops.h> | 9 | #include <linux/bitops.h> |
13 | #include <linux/device.h> | 10 | #include <linux/device.h> |