forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/x86/platform/geode/alix.c
....@@ -1,8 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * System Specific setup for PCEngines ALIX.
34 * At the moment this means setup of GPIO control of LEDs
45 * on Alix.2/3/6 boards.
5
- *
66 *
77 * Copyright (C) 2008 Constantin Baranov <const@mimas.ru>
88 * Copyright (C) 2011 Ed Wildgoose <kernel@wildgooses.com>
....@@ -11,10 +11,6 @@
1111 * TODO: There are large similarities with leds-net5501.c
1212 * by Alessandro Zummo <a.zummo@towertech.it>
1313 * In the future leds-net5501.c should be migrated over to platform
14
- *
15
- * This program is free software; you can redistribute it and/or modify
16
- * it under the terms of the GNU General Public License version 2
17
- * as published by the Free Software Foundation.
1814 */
1915
2016 #include <linux/kernel.h>
....@@ -24,7 +20,6 @@
2420 #include <linux/moduleparam.h>
2521 #include <linux/leds.h>
2622 #include <linux/platform_device.h>
27
-#include <linux/gpio.h>
2823 #include <linux/input.h>
2924 #include <linux/gpio_keys.h>
3025 #include <linux/dmi.h>