forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/x86/platform/geode/net5501.c
....@@ -1,8 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * System Specific setup for Soekris net5501
34 * At the moment this means setup of GPIO control of LEDs and buttons
45 * on net5501 boards.
5
- *
66 *
77 * Copyright (C) 2008-2009 Tower Technologies
88 * Written by Alessandro Zummo <a.zummo@towertech.it>
....@@ -10,10 +10,6 @@
1010 * Copyright (C) 2008 Constantin Baranov <const@mimas.ru>
1111 * Copyright (C) 2011 Ed Wildgoose <kernel@wildgooses.com>
1212 * and Philip Prindeville <philipp@redfish-solutions.com>
13
- *
14
- * This program is free software; you can redistribute it and/or modify
15
- * it under the terms of the GNU General Public License version 2
16
- * as published by the Free Software Foundation.
1713 */
1814
1915 #include <linux/kernel.h>
....@@ -22,7 +18,6 @@
2218 #include <linux/string.h>
2319 #include <linux/leds.h>
2420 #include <linux/platform_device.h>
25
-#include <linux/gpio.h>
2621 #include <linux/input.h>
2722 #include <linux/gpio_keys.h>
2823