repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git]
/
net
/
openvswitch
/
openvswitch_trace.c
blob
62c5f7d6f023bf0c0be914f0af26accd9fc34f18
1
// SPDX-License-Identifier: GPL-2.0
2
/* bug in tracepoint.h, it should include this */
3
#include <linux/module.h>
4
5
/* sparse isn't too happy with all macros... */
6
#ifndef __CHECKER__
7
#define CREATE_TRACE_POINTS
8
#include
"openvswitch_trace.h"
9
10
#endif