summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_trace.c
blob: 696f5bfc8b5996c379e23d1f053efc5377bf28c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* exynos_trace.c
 *
 * Copyright (c) 2016 Samsung Electronics Co., Ltd.
 * Authors:
 *	Inki Dae <inki.dae@samsung.com>
 *
 * This program is free software; you can redistribute  it and/or modify it
 * under  the terms of  the GNU General  Public License as published by the
 * Free Software Foundation;  either version 2 of the  License, or (at your
 * option) any later version.
 */

#include "exynos_drm_drv.h"

#ifndef __CHECKER__
#define CREATE_TRACE_POINTS
#include "exynos_trace.h"
#endif