]> Git Repo - J-linux.git/blob - drivers/net/ethernet/mediatek/mtk_wed_ops.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 / ethernet / mediatek / mtk_wed_ops.c
1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Copyright (C) 2020 Felix Fietkau <[email protected]> */
3
4 #include <linux/kernel.h>
5 #include <linux/soc/mediatek/mtk_wed.h>
6
7 const struct mtk_wed_ops __rcu *mtk_soc_wed_ops;
8 EXPORT_SYMBOL_GPL(mtk_soc_wed_ops);
This page took 0.026415 seconds and 4 git commands to generate.