projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mediatek: mt76-6e-usb: Copied entire code from v5.18.y
[platform/kernel/linux-rpi.git]
/
drivers
/
net
/
wireless
/
mediatek
/
mt76-6e-usb
/
mt7615
/
trace.c
1
// SPDX-License-Identifier: ISC
2
/*
3
* Copyright (C) 2019 Lorenzo Bianconi <lorenzo@kernel.org>
4
*/
5
6
#include <linux/module.h>
7
8
#ifndef __CHECKER__
9
#define CREATE_TRACE_POINTS
10
#include "mt7615_trace.h"
11
12
#endif