diff options
Diffstat (limited to 'arch/arm/mach-w90x900/gpio.c')
-rw-r--r-- | arch/arm/mach-w90x900/gpio.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-w90x900/gpio.c b/arch/arm/mach-w90x900/gpio.c index 55d1a00dbd28..cb5df211f1ed 100644 --- a/arch/arm/mach-w90x900/gpio.c +++ b/arch/arm/mach-w90x900/gpio.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-w90x900/gpio.c | 3 | * linux/arch/arm/mach-w90x900/gpio.c |
3 | * | 4 | * |
4 | * Generic nuc900 GPIO handling | 5 | * Generic nuc900 GPIO handling |
5 | * | 6 | * |
6 | * Wan ZongShun <mcuos.com@gmail.com> | 7 | * Wan ZongShun <mcuos.com@gmail.com> |
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 | 9 | ||
13 | #include <linux/clk.h> | 10 | #include <linux/clk.h> |