.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * System Specific setup for Traverse Technologies GEOS. |
---|
3 | 4 | * At the moment this means setup of GPIO control of LEDs. |
---|
.. | .. |
---|
9 | 10 | * TODO: There are large similarities with leds-net5501.c |
---|
10 | 11 | * by Alessandro Zummo <a.zummo@towertech.it> |
---|
11 | 12 | * In the future leds-net5501.c should be migrated over to platform |
---|
12 | | - * |
---|
13 | | - * This program is free software; you can redistribute it and/or modify |
---|
14 | | - * it under the terms of the GNU General Public License version 2 |
---|
15 | | - * as published by the Free Software Foundation. |
---|
16 | 13 | */ |
---|
17 | 14 | |
---|
18 | 15 | #include <linux/kernel.h> |
---|
.. | .. |
---|
21 | 18 | #include <linux/string.h> |
---|
22 | 19 | #include <linux/leds.h> |
---|
23 | 20 | #include <linux/platform_device.h> |
---|
24 | | -#include <linux/gpio.h> |
---|
25 | 21 | #include <linux/input.h> |
---|
26 | 22 | #include <linux/gpio_keys.h> |
---|
27 | 23 | #include <linux/dmi.h> |
---|