|
@@ -1,17 +1,9 @@
|
|
|
+// SPDX-License-Identifier: GPL-2.0
|
|
|
/*
|
|
|
* Intel SOC Telemetry debugfs Driver: Currently supports APL
|
|
|
* Copyright (c) 2015, Intel Corporation.
|
|
|
* All Rights Reserved.
|
|
|
*
|
|
|
- * This program is free software; you can redistribute it and/or modify it
|
|
|
- * under the terms and conditions of the GNU General Public License,
|
|
|
- * version 2, as published by the Free Software Foundation.
|
|
|
- *
|
|
|
- * This program is distributed in the hope it will be useful, but WITHOUT
|
|
|
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
|
- * more details.
|
|
|
- *
|
|
|
* This file provides the debugfs interfaces for telemetry.
|
|
|
* /sys/kernel/debug/telemetry/pss_info: Shows Primary Control Sub-Sys Counters
|
|
|
* /sys/kernel/debug/telemetry/ioss_info: Shows IO Sub-System Counters
|
|
@@ -1037,4 +1029,4 @@ module_exit(telemetry_debugfs_exit);
|
|
|
MODULE_AUTHOR("Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>");
|
|
|
MODULE_DESCRIPTION("Intel SoC Telemetry debugfs Interface");
|
|
|
MODULE_VERSION(DRIVER_VERSION);
|
|
|
-MODULE_LICENSE("GPL");
|
|
|
+MODULE_LICENSE("GPL v2");
|