diff options
Diffstat (limited to 'arch/x86/platform/geode/alix.c')
-rw-r--r-- | arch/x86/platform/geode/alix.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/x86/platform/geode/alix.c b/arch/x86/platform/geode/alix.c index 1865c196f136..8d4daca81eda 100644 --- a/arch/x86/platform/geode/alix.c +++ b/arch/x86/platform/geode/alix.c | |||
@@ -1,9 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * System Specific setup for PCEngines ALIX. | 3 | * System Specific setup for PCEngines ALIX. |
3 | * At the moment this means setup of GPIO control of LEDs | 4 | * At the moment this means setup of GPIO control of LEDs |
4 | * on Alix.2/3/6 boards. | 5 | * on Alix.2/3/6 boards. |
5 | * | 6 | * |
6 | * | ||
7 | * Copyright (C) 2008 Constantin Baranov <const@mimas.ru> | 7 | * Copyright (C) 2008 Constantin Baranov <const@mimas.ru> |
8 | * Copyright (C) 2011 Ed Wildgoose <kernel@wildgooses.com> | 8 | * Copyright (C) 2011 Ed Wildgoose <kernel@wildgooses.com> |
9 | * and Philip Prindeville <philipp@redfish-solutions.com> | 9 | * and Philip Prindeville <philipp@redfish-solutions.com> |
@@ -11,10 +11,6 @@ | |||
11 | * TODO: There are large similarities with leds-net5501.c | 11 | * TODO: There are large similarities with leds-net5501.c |
12 | * by Alessandro Zummo <a.zummo@towertech.it> | 12 | * by Alessandro Zummo <a.zummo@towertech.it> |
13 | * In the future leds-net5501.c should be migrated over to platform | 13 | * 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. | ||
18 | */ | 14 | */ |
19 | 15 | ||
20 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |