repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git]
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
usb_trace.c
blob
9942bdd6177bc8f1d7a0879e06c7ac052073eba0
1
// SPDX-License-Identifier: ISC
2
/*
3
* Copyright (C) 2018 Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
4
*/
5
6
#include <linux/module.h>
7
8
#ifndef __CHECKER__
9
#define CREATE_TRACE_POINTS
10
#include
"usb_trace.h"
11
12
#endif