projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'i2c-for-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa...
[platform/kernel/linux-starfive.git]
/
fs
/
iomap
/
trace.c
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* Copyright (c) 2019 Christoph Hellwig
4
*/
5
#include <linux/iomap.h>
6
#include <linux/uio.h>
7
8
/*
9
* We include this last to have the helpers above available for the trace
10
* event implementations.
11
*/
12
#define CREATE_TRACE_POINTS
13
#include "trace.h"