License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / gpu / drm / i915 / i915_trace_points.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
1c5d22f7
CW
2/*
3 * Copyright © 2009 Intel Corporation
4 *
5 * Authors:
6 * Chris Wilson <chris@chris-wilson.co.uk>
7 */
8
9#include "i915_drv.h"
10
c43b5634 11#ifndef __CHECKER__
1c5d22f7
CW
12#define CREATE_TRACE_POINTS
13#include "i915_trace.h"
c43b5634 14#endif