forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/x86/platform/geode/geos.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * System Specific setup for Traverse Technologies GEOS.
34 * At the moment this means setup of GPIO control of LEDs.
....@@ -9,10 +10,6 @@
910 * TODO: There are large similarities with leds-net5501.c
1011 * by Alessandro Zummo <a.zummo@towertech.it>
1112 * 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.
1613 */
1714
1815 #include <linux/kernel.h>
....@@ -21,7 +18,6 @@
2118 #include <linux/string.h>
2219 #include <linux/leds.h>
2320 #include <linux/platform_device.h>
24
-#include <linux/gpio.h>
2521 #include <linux/input.h>
2622 #include <linux/gpio_keys.h>
2723 #include <linux/dmi.h>