]> Git Repo - linux.git/blame - fs/iomap/trace.c
Merge tag 'sound-fix-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux.git] / fs / iomap / trace.c
CommitLineData
9e91c572
CH
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (c) 2019 Christoph Hellwig
4 */
5#include <linux/iomap.h>
3fd41721 6#include <linux/uio.h>
9e91c572
CH
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"
This page took 0.37974 seconds and 4 git commands to generate.