Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 575fcd24 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

trace: Make ion.h work with KERNEL_HEADER_TEST



Add #<include/device.h> to the ion.h trace file to resolve an undefined
struct warning.

Change-Id: Ic0dedbad134147cc1d02a3d8a8f4fd9a7920b77b
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent 706624fe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2018 The Linux Foundation. All rights reserved.
 * Copyright (c) 2018,2020 The Linux Foundation. All rights reserved.
 */

#undef TRACE_SYSTEM
@@ -9,6 +9,7 @@
#if !defined(_TRACE_ION_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_ION_H

#include <linux/device.h>
#include <linux/dma-direction.h>
#include <linux/types.h>
#include <linux/tracepoint.h>