diff options
Diffstat (limited to 'arch/ia64/hp/common/aml_nfw.c')
-rw-r--r-- | arch/ia64/hp/common/aml_nfw.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/ia64/hp/common/aml_nfw.c b/arch/ia64/hp/common/aml_nfw.c index 84715fcbba08..684667ade525 100644 --- a/arch/ia64/hp/common/aml_nfw.c +++ b/arch/ia64/hp/common/aml_nfw.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * OpRegion handler to allow AML to call native firmware | 3 | * OpRegion handler to allow AML to call native firmware |
3 | * | 4 | * |
4 | * (c) Copyright 2007 Hewlett-Packard Development Company, L.P. | 5 | * (c) Copyright 2007 Hewlett-Packard Development Company, L.P. |
5 | * Bjorn Helgaas <bjorn.helgaas@hp.com> | 6 | * Bjorn Helgaas <bjorn.helgaas@hp.com> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * This driver implements HP Open Source Review Board proposal 1842, | 8 | * This driver implements HP Open Source Review Board proposal 1842, |
12 | * which was approved on 9/20/2006. | 9 | * which was approved on 9/20/2006. |
13 | * | 10 | * |