#include <linux/clk-provider.h>
#include <linux/mod_devicetable.h>
#include <linux/platform_device.h>
#include <dt-bindings/clock/mediatek,mt8188-clk.h>
#include "clk-gate.h"
#include "clk-mtk.h"
static const struct mtk_gate_regs adsp_audio26m_cg_regs = …;
#define GATE_ADSP_FLAGS(_id, _name, _parent, _shift) …
static const struct mtk_gate adsp_audio26m_clks[] = …;
static const struct mtk_clk_desc adsp_audio26m_desc = …;
static const struct of_device_id of_match_clk_mt8188_adsp_audio26m[] = …;
MODULE_DEVICE_TABLE(of, of_match_clk_mt8188_adsp_audio26m);
static struct platform_driver clk_mt8188_adsp_audio26m_drv = …;
module_platform_driver(…) …;
MODULE_DESCRIPTION(…) …;
MODULE_LICENSE(…) …;