linux/drivers/net/wireless/mediatek/mt76/mt7615/soc.c

// SPDX-License-Identifier: ISC
/* Copyright (C) 2019 MediaTek Inc.
 *
 * Author: Ryder Lee <[email protected]>
 *         Felix Fietkau <[email protected]>
 */

#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>
#include <linux/mfd/syscon.h>
#include <linux/of.h>
#include "mt7615.h"

int mt7622_wmac_init(struct mt7615_dev *dev)
{}

static int mt7622_wmac_probe(struct platform_device *pdev)
{}

static void mt7622_wmac_remove(struct platform_device *pdev)
{}

static const struct of_device_id mt7622_wmac_of_match[] =;

struct platform_driver mt7622_wmac_driver =;

MODULE_FIRMWARE();
MODULE_FIRMWARE();