aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/intel_th/debug.c
diff options
context:
space:
mode:
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>2018-03-28 11:46:15 -0400
committerAlexander Shishkin <alexander.shishkin@linux.intel.com>2018-03-28 11:47:19 -0400
commit50352fa730328b2e946fb912d495653b627c0bf9 (patch)
treeca54db7531c58066100b0bc766b5ed81e7b0fe66 /drivers/hwtracing/intel_th/debug.c
parent4f0c7c6a12906e3571abb3c2b93eca8f727f4c9c (diff)
intel_th: Add SPDX GPL-2.0 header to replace GPLv2 boilerplate
This adds SPDX GPL-2.0 header to the Trace Hub driver and removes the GPLv2 boilerplate text. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Diffstat (limited to 'drivers/hwtracing/intel_th/debug.c')
-rw-r--r--drivers/hwtracing/intel_th/debug.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/hwtracing/intel_th/debug.c b/drivers/hwtracing/intel_th/debug.c
index 788a1f0a97ad..ff79063118a0 100644
--- a/drivers/hwtracing/intel_th/debug.c
+++ b/drivers/hwtracing/intel_th/debug.c
@@ -1,16 +1,8 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * Intel(R) Trace Hub driver debugging 3 * Intel(R) Trace Hub driver debugging
3 * 4 *
4 * Copyright (C) 2014-2015 Intel Corporation. 5 * Copyright (C) 2014-2015 Intel Corporation.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License,
8 * version 2, as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * more details.
14 */ 6 */
15 7
16#include <linux/types.h> 8#include <linux/types.h>