// SPDX-License-Identifier: GPL-2.0 /* * mtu3_trace.c - trace support * * Copyright (C) 2019 MediaTek Inc. * * Author: Chunfeng Yun <[email protected]> */ #define CREATE_TRACE_POINTS #include "mtu3_debug.h" #include "mtu3_trace.h" void mtu3_dbg_trace(struct device *dev, const char *fmt, ...) { … }