]> Git Repo - J-linux.git/blob - drivers/net/wireless/mediatek/mt76/mt792x_trace.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / wireless / mediatek / mt76 / mt792x_trace.c
1 // SPDX-License-Identifier: ISC
2 /*
3  * Copyright (C) 2023 Lorenzo Bianconi <[email protected]>
4  */
5
6 #include <linux/module.h>
7
8 #ifndef __CHECKER__
9 #define CREATE_TRACE_POINTS
10 #include "mt792x_trace.h"
11
12 EXPORT_TRACEPOINT_SYMBOL_GPL(lp_event);
13
14 #endif
This page took 0.027619 seconds and 4 git commands to generate.