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
/
mt7601u
/
trace.c
blob
42df68a54d90041d5e83ba1eb918ca8fd9c41180
1
// SPDX-License-Identifier: GPL-2.0-only
2
/*
3
* Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
4
* Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl>
5
*/
6
7
#include <linux/module.h>
8
9
#ifndef __CHECKER__
10
#define CREATE_TRACE_POINTS
11
#include
"trace.h"
12
13
#endif