aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel_pmc_ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/intel_pmc_ipc.c')
-rw-r--r--drivers/platform/x86/intel_pmc_ipc.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/drivers/platform/x86/intel_pmc_ipc.c b/drivers/platform/x86/intel_pmc_ipc.c
index 8b88e1743e41..7964ba22ef8d 100644
--- a/drivers/platform/x86/intel_pmc_ipc.c
+++ b/drivers/platform/x86/intel_pmc_ipc.c
@@ -1,16 +1,12 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * intel_pmc_ipc.c: Driver for the Intel PMC IPC mechanism 3 * Driver for the Intel PMC IPC mechanism
3 * 4 *
4 * (C) Copyright 2014-2015 Intel Corporation 5 * (C) Copyright 2014-2015 Intel Corporation
5 * 6 *
6 * This driver is based on Intel SCU IPC driver(intel_scu_opc.c) by 7 * This driver is based on Intel SCU IPC driver(intel_scu_ipc.c) by
7 * Sreedhara DS <sreedhara.ds@intel.com> 8 * Sreedhara DS <sreedhara.ds@intel.com>
8 * 9 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; version 2
12 * of the License.
13 *
14 * PMC running in ARC processor communicates with other entity running in IA 10 * PMC running in ARC processor communicates with other entity running in IA
15 * core through IPC mechanism which in turn messaging between IA core ad PMC. 11 * core through IPC mechanism which in turn messaging between IA core ad PMC.
16 */ 12 */
@@ -1028,7 +1024,7 @@ static void __exit intel_pmc_ipc_exit(void)
1028 1024
1029MODULE_AUTHOR("Zha Qipeng <qipeng.zha@intel.com>"); 1025MODULE_AUTHOR("Zha Qipeng <qipeng.zha@intel.com>");
1030MODULE_DESCRIPTION("Intel PMC IPC driver"); 1026MODULE_DESCRIPTION("Intel PMC IPC driver");
1031MODULE_LICENSE("GPL"); 1027MODULE_LICENSE("GPL v2");
1032 1028
1033/* Some modules are dependent on this, so init earlier */ 1029/* Some modules are dependent on this, so init earlier */
1034fs_initcall(intel_pmc_ipc_init); 1030fs_initcall(intel_pmc_ipc_init);