aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/geode/geos.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/platform/geode/geos.c')
-rw-r--r--arch/x86/platform/geode/geos.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/platform/geode/geos.c b/arch/x86/platform/geode/geos.c
index 4fcdb91318a0..136974ec9a90 100644
--- a/arch/x86/platform/geode/geos.c
+++ b/arch/x86/platform/geode/geos.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * System Specific setup for Traverse Technologies GEOS. 3 * System Specific setup for Traverse Technologies GEOS.
3 * At the moment this means setup of GPIO control of LEDs. 4 * At the moment this means setup of GPIO control of LEDs.
@@ -9,10 +10,6 @@
9 * TODO: There are large similarities with leds-net5501.c 10 * TODO: There are large similarities with leds-net5501.c
10 * by Alessandro Zummo <a.zummo@towertech.it> 11 * by Alessandro Zummo <a.zummo@towertech.it>
11 * In the future leds-net5501.c should be migrated over to platform 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#include <linux/kernel.h> 15#include <linux/kernel.h>