diff options
Diffstat (limited to 'drivers/mfd/lpc_ich.c')
-rw-r--r-- | drivers/mfd/lpc_ich.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index 53dc1a43472c..3bbb29a7e7a5 100644 --- a/drivers/mfd/lpc_ich.c +++ b/drivers/mfd/lpc_ich.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * lpc_ich.c - LPC interface for Intel ICH | 3 | * lpc_ich.c - LPC interface for Intel ICH |
3 | * | 4 | * |
@@ -11,15 +12,6 @@ | |||
11 | * Copyright (c) 2011 Extreme Engineering Solution, Inc. | 12 | * Copyright (c) 2011 Extreme Engineering Solution, Inc. |
12 | * Author: Aaron Sierra <asierra@xes-inc.com> | 13 | * Author: Aaron Sierra <asierra@xes-inc.com> |
13 | * | 14 | * |
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License 2 as published | ||
16 | * by the Free Software Foundation. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | * | ||
23 | * This driver supports the following I/O Controller hubs: | 15 | * This driver supports the following I/O Controller hubs: |
24 | * (See the intel documentation on http://developer.intel.com.) | 16 | * (See the intel documentation on http://developer.intel.com.) |
25 | * document number 290655-003, 290677-014: 82801AA (ICH), 82801AB (ICHO) | 17 | * document number 290655-003, 290677-014: 82801AA (ICH), 82801AB (ICHO) |