aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/i915/i915_sw_fence.c7
-rw-r--r--drivers/gpu/drm/i915/i915_sw_fence.h5
2 files changed, 4 insertions, 8 deletions
diff --git a/drivers/gpu/drm/i915/i915_sw_fence.c b/drivers/gpu/drm/i915/i915_sw_fence.c
index 6dbeed079ae5..fc2eeab823b7 100644
--- a/drivers/gpu/drm/i915/i915_sw_fence.c
+++ b/drivers/gpu/drm/i915/i915_sw_fence.c
@@ -1,10 +1,7 @@
1/* 1/*
2 * (C) Copyright 2016 Intel Corporation 2 * SPDX-License-Identifier: MIT
3 * 3 *
4 * This program is free software; you can redistribute it and/or 4 * (C) Copyright 2016 Intel Corporation
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; version 2
7 * of the License.
8 */ 5 */
9 6
10#include <linux/slab.h> 7#include <linux/slab.h>
diff --git a/drivers/gpu/drm/i915/i915_sw_fence.h b/drivers/gpu/drm/i915/i915_sw_fence.h
index fe2ef4dadfc6..0e055ea0179f 100644
--- a/drivers/gpu/drm/i915/i915_sw_fence.h
+++ b/drivers/gpu/drm/i915/i915_sw_fence.h
@@ -1,10 +1,9 @@
1/* 1/*
2 * SPDX-License-Identifier: MIT
3 *
2 * i915_sw_fence.h - library routines for N:M synchronisation points 4 * i915_sw_fence.h - library routines for N:M synchronisation points
3 * 5 *
4 * Copyright (C) 2016 Intel Corporation 6 * Copyright (C) 2016 Intel Corporation
5 *
6 * This file is released under the GPLv2.
7 *
8 */ 7 */
9 8
10#ifndef _I915_SW_FENCE_H_ 9#ifndef _I915_SW_FENCE_H_