diff options
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/acpi_amba.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_apd.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_cmos_rtc.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_configfs.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_dbg.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_lpss.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_platform.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_pnp.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_processor.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_watchdog.c | 5 | ||||
-rw-r--r-- | drivers/acpi/arm64/gtdt.c | 5 | ||||
-rw-r--r-- | drivers/acpi/bgrt.c | 5 | ||||
-rw-r--r-- | drivers/acpi/dptf/int340x_thermal.c | 5 | ||||
-rw-r--r-- | drivers/acpi/ioapic.c | 5 | ||||
-rw-r--r-- | drivers/acpi/irq.c | 5 | ||||
-rw-r--r-- | drivers/acpi/property.c | 5 | ||||
-rw-r--r-- | drivers/acpi/spcr.c | 6 | ||||
-rw-r--r-- | drivers/acpi/x86/apple.c | 5 | ||||
-rw-r--r-- | drivers/acpi/x86/utils.c | 5 |
19 files changed, 19 insertions, 77 deletions
diff --git a/drivers/acpi/acpi_amba.c b/drivers/acpi/acpi_amba.c index 7f77c071709a..8159f0a669b8 100644 --- a/drivers/acpi/acpi_amba.c +++ b/drivers/acpi/acpi_amba.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | /* | 3 | /* |
3 | * ACPI support for platform bus type. | 4 | * ACPI support for platform bus type. |
4 | * | 5 | * |
5 | * Copyright (C) 2015, Linaro Ltd | 6 | * Copyright (C) 2015, Linaro Ltd |
6 | * Author: Graeme Gregory <graeme.gregory@linaro.org> | 7 | * Author: Graeme Gregory <graeme.gregory@linaro.org> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/acpi.h> | 10 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/acpi_apd.c b/drivers/acpi/acpi_apd.c index c16f9460c4a2..ff47317d8ef1 100644 --- a/drivers/acpi/acpi_apd.c +++ b/drivers/acpi/acpi_apd.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * AMD ACPI support for ACPI2platform device. | 3 | * AMD ACPI support for ACPI2platform device. |
3 | * | 4 | * |
4 | * Copyright (c) 2014,2015 AMD Corporation. | 5 | * Copyright (c) 2014,2015 AMD Corporation. |
5 | * Authors: Ken Xue <Ken.Xue@amd.com> | 6 | * Authors: Ken Xue <Ken.Xue@amd.com> |
6 | * Wu, Jeff <Jeff.Wu@amd.com> | 7 | * Wu, Jeff <Jeff.Wu@amd.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/clk-provider.h> | 10 | #include <linux/clk-provider.h> |
diff --git a/drivers/acpi/acpi_cmos_rtc.c b/drivers/acpi/acpi_cmos_rtc.c index 0980a133916f..33ac6cb428fe 100644 --- a/drivers/acpi/acpi_cmos_rtc.c +++ b/drivers/acpi/acpi_cmos_rtc.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI support for CMOS RTC Address Space access | 3 | * ACPI support for CMOS RTC Address Space access |
3 | * | 4 | * |
4 | * Copyright (C) 2013, Intel Corporation | 5 | * Copyright (C) 2013, Intel Corporation |
5 | * Authors: Lan Tianyu <tianyu.lan@intel.com> | 6 | * Authors: Lan Tianyu <tianyu.lan@intel.com> |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/acpi.h> | 9 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/acpi_configfs.c b/drivers/acpi/acpi_configfs.c index f92033661239..9c6ff0f5a25e 100644 --- a/drivers/acpi/acpi_configfs.c +++ b/drivers/acpi/acpi_configfs.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI configfs support | 3 | * ACPI configfs support |
3 | * | 4 | * |
4 | * Copyright (c) 2016 Intel Corporation | 5 | * Copyright (c) 2016 Intel Corporation |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published by | ||
8 | * the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #define pr_fmt(fmt) "ACPI configfs: " fmt | 8 | #define pr_fmt(fmt) "ACPI configfs: " fmt |
diff --git a/drivers/acpi/acpi_dbg.c b/drivers/acpi/acpi_dbg.c index d18246a2a65e..7a265c2171c0 100644 --- a/drivers/acpi/acpi_dbg.c +++ b/drivers/acpi/acpi_dbg.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI AML interfacing support | 3 | * ACPI AML interfacing support |
3 | * | 4 | * |
4 | * Copyright (C) 2015, Intel Corporation | 5 | * Copyright (C) 2015, Intel Corporation |
5 | * Authors: Lv Zheng <lv.zheng@intel.com> | 6 | * Authors: Lv Zheng <lv.zheng@intel.com> |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | /* #define DEBUG */ | 9 | /* #define DEBUG */ |
diff --git a/drivers/acpi/acpi_lpss.c b/drivers/acpi/acpi_lpss.c index cf768608437e..23484aa877b6 100644 --- a/drivers/acpi/acpi_lpss.c +++ b/drivers/acpi/acpi_lpss.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI support for Intel Lynxpoint LPSS. | 3 | * ACPI support for Intel Lynxpoint LPSS. |
3 | * | 4 | * |
4 | * Copyright (C) 2013, Intel Corporation | 5 | * Copyright (C) 2013, Intel Corporation |
5 | * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> | 6 | * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> |
6 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 7 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/acpi.h> | 10 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/acpi_platform.c b/drivers/acpi/acpi_platform.c index 1f32caa87686..00ec4f2bf015 100644 --- a/drivers/acpi/acpi_platform.c +++ b/drivers/acpi/acpi_platform.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI support for platform bus type. | 3 | * ACPI support for platform bus type. |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> | 6 | * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> |
6 | * Mathias Nyman <mathias.nyman@linux.intel.com> | 7 | * Mathias Nyman <mathias.nyman@linux.intel.com> |
7 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 8 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/acpi.h> | 11 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/acpi_pnp.c b/drivers/acpi/acpi_pnp.c index 67d97c0090a2..f3039b93ff61 100644 --- a/drivers/acpi/acpi_pnp.c +++ b/drivers/acpi/acpi_pnp.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI support for PNP bus type | 3 | * ACPI support for PNP bus type |
3 | * | 4 | * |
4 | * Copyright (C) 2014, Intel Corporation | 5 | * Copyright (C) 2014, Intel Corporation |
5 | * Authors: Zhang Rui <rui.zhang@intel.com> | 6 | * Authors: Zhang Rui <rui.zhang@intel.com> |
6 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 7 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/acpi.h> | 10 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/acpi_processor.c b/drivers/acpi/acpi_processor.c index fc447410ae4d..24f065114d42 100644 --- a/drivers/acpi/acpi_processor.c +++ b/drivers/acpi/acpi_processor.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * acpi_processor.c - ACPI processor enumeration support | 3 | * acpi_processor.c - ACPI processor enumeration support |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Copyright (C) 2004 Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> | 8 | * Copyright (C) 2004 Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> |
8 | * Copyright (C) 2013, Intel Corporation | 9 | * Copyright (C) 2013, Intel Corporation |
9 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 10 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License version 2 as published | ||
13 | * by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/acpi.h> | 13 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/acpi_watchdog.c b/drivers/acpi/acpi_watchdog.c index 95600309ce42..b5516b04ffc0 100644 --- a/drivers/acpi/acpi_watchdog.c +++ b/drivers/acpi/acpi_watchdog.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI watchdog table parsing support. | 3 | * ACPI watchdog table parsing support. |
3 | * | 4 | * |
4 | * Copyright (C) 2016, Intel Corporation | 5 | * Copyright (C) 2016, Intel Corporation |
5 | * Author: Mika Westerberg <mika.westerberg@linux.intel.com> | 6 | * Author: Mika Westerberg <mika.westerberg@linux.intel.com> |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #define pr_fmt(fmt) "ACPI: watchdog: " fmt | 9 | #define pr_fmt(fmt) "ACPI: watchdog: " fmt |
diff --git a/drivers/acpi/arm64/gtdt.c b/drivers/acpi/arm64/gtdt.c index 92f9edf9d11e..01962c63a711 100644 --- a/drivers/acpi/arm64/gtdt.c +++ b/drivers/acpi/arm64/gtdt.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ARM Specific GTDT table Support | 3 | * ARM Specific GTDT table Support |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Author: Daniel Lezcano <daniel.lezcano@linaro.org> | 6 | * Author: Daniel Lezcano <daniel.lezcano@linaro.org> |
6 | * Fu Wei <fu.wei@linaro.org> | 7 | * Fu Wei <fu.wei@linaro.org> |
7 | * Hanjun Guo <hanjun.guo@linaro.org> | 8 | * Hanjun Guo <hanjun.guo@linaro.org> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/acpi.h> | 11 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/bgrt.c b/drivers/acpi/bgrt.c index 75af78361ce5..251f961c28cc 100644 --- a/drivers/acpi/bgrt.c +++ b/drivers/acpi/bgrt.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * BGRT boot graphic support | 3 | * BGRT boot graphic support |
3 | * Authors: Matthew Garrett, Josh Triplett <josh@joshtriplett.org> | 4 | * Authors: Matthew Garrett, Josh Triplett <josh@joshtriplett.org> |
4 | * Copyright 2012 Red Hat, Inc <mjg@redhat.com> | 5 | * Copyright 2012 Red Hat, Inc <mjg@redhat.com> |
5 | * Copyright 2012 Intel Corporation | 6 | * Copyright 2012 Intel Corporation |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
diff --git a/drivers/acpi/dptf/int340x_thermal.c b/drivers/acpi/dptf/int340x_thermal.c index 0aa7c2e62e95..5c7a90186e3c 100644 --- a/drivers/acpi/dptf/int340x_thermal.c +++ b/drivers/acpi/dptf/int340x_thermal.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI support for int340x thermal drivers | 3 | * ACPI support for int340x thermal drivers |
3 | * | 4 | * |
4 | * Copyright (C) 2014, Intel Corporation | 5 | * Copyright (C) 2014, Intel Corporation |
5 | * Authors: Zhang Rui <rui.zhang@intel.com> | 6 | * Authors: Zhang Rui <rui.zhang@intel.com> |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/acpi.h> | 9 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/ioapic.c b/drivers/acpi/ioapic.c index 3595aa9c7c18..a690c7b18623 100644 --- a/drivers/acpi/ioapic.c +++ b/drivers/acpi/ioapic.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * IOAPIC/IOxAPIC/IOSAPIC driver | 3 | * IOAPIC/IOxAPIC/IOSAPIC driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (C) 2014 Intel Corporation | 8 | * Copyright (C) 2014 Intel Corporation |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * Based on original drivers/pci/ioapic.c | 10 | * Based on original drivers/pci/ioapic.c |
14 | * Yinghai Lu <yinghai@kernel.org> | 11 | * Yinghai Lu <yinghai@kernel.org> |
15 | * Jiang Liu <jiang.liu@intel.com> | 12 | * Jiang Liu <jiang.liu@intel.com> |
diff --git a/drivers/acpi/irq.c b/drivers/acpi/irq.c index c3b2222e2129..89690a471360 100644 --- a/drivers/acpi/irq.c +++ b/drivers/acpi/irq.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI GSI IRQ layer | 3 | * ACPI GSI IRQ layer |
3 | * | 4 | * |
4 | * Copyright (C) 2015 ARM Ltd. | 5 | * Copyright (C) 2015 ARM Ltd. |
5 | * Author: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 6 | * Author: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> |
6 | * | ||
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 | */ | 7 | */ |
11 | #include <linux/acpi.h> | 8 | #include <linux/acpi.h> |
12 | #include <linux/irq.h> | 9 | #include <linux/irq.h> |
diff --git a/drivers/acpi/property.c b/drivers/acpi/property.c index 9d460a859be0..da3ced297f19 100644 --- a/drivers/acpi/property.c +++ b/drivers/acpi/property.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI device specific properties support. | 3 | * ACPI device specific properties support. |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> | 8 | * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> |
8 | * Darren Hart <dvhart@linux.intel.com> | 9 | * Darren Hart <dvhart@linux.intel.com> |
9 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 10 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/acpi.h> | 13 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/spcr.c b/drivers/acpi/spcr.c index b34d05e365b7..d73b4535e79d 100644 --- a/drivers/acpi/spcr.c +++ b/drivers/acpi/spcr.c | |||
@@ -1,12 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2012, Intel Corporation | 3 | * Copyright (c) 2012, Intel Corporation |
3 | * Copyright (c) 2015, Red Hat, Inc. | 4 | * Copyright (c) 2015, Red Hat, Inc. |
4 | * Copyright (c) 2015, 2016 Linaro Ltd. | 5 | * Copyright (c) 2015, 2016 Linaro Ltd. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #define pr_fmt(fmt) "ACPI: SPCR: " fmt | 8 | #define pr_fmt(fmt) "ACPI: SPCR: " fmt |
diff --git a/drivers/acpi/x86/apple.c b/drivers/acpi/x86/apple.c index b7c98ff82d78..c285c91a5e9c 100644 --- a/drivers/acpi/x86/apple.c +++ b/drivers/acpi/x86/apple.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * apple.c - Apple ACPI quirks | 3 | * apple.c - Apple ACPI quirks |
3 | * Copyright (C) 2017 Lukas Wunner <lukas@wunner.de> | 4 | * Copyright (C) 2017 Lukas Wunner <lukas@wunner.de> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License (version 2) as | ||
7 | * published by the Free Software Foundation. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #include <linux/acpi.h> | 7 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/x86/utils.c b/drivers/acpi/x86/utils.c index c6df14802741..ba277cd5c7fa 100644 --- a/drivers/acpi/x86/utils.c +++ b/drivers/acpi/x86/utils.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * X86 ACPI Utility Functions | 3 | * X86 ACPI Utility Functions |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Based on various non upstream patches to support the CHT Whiskey Cove PMIC: | 7 | * Based on various non upstream patches to support the CHT Whiskey Cove PMIC: |
7 | * Copyright (C) 2013-2015 Intel Corporation. All rights reserved. | 8 | * Copyright (C) 2013-2015 Intel Corporation. All rights reserved. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/acpi.h> | 11 | #include <linux/acpi.h> |