// SPDX-License-Identifier: ISC /* Copyright (C) 2019 MediaTek Inc. * * Author: Roy Luo <[email protected]> * Ryder Lee <[email protected]> * Felix Fietkau <[email protected]> * Lorenzo Bianconi <[email protected]> */ #include <linux/etherdevice.h> #include "mt7615.h" #include "mac.h" #include "eeprom.h" static void mt7615_pci_init_work(struct work_struct *work) { … } static int mt7615_init_hardware(struct mt7615_dev *dev) { … } int mt7615_register_device(struct mt7615_dev *dev) { … } void mt7615_unregister_device(struct mt7615_dev *dev) { … }