pci.c (ffa1bf97425bd511b105ce769976e20a845a71e9) | pci.c (67aa27431c7f871962fccdb70ae1f3883691e958) |
---|---|
1// SPDX-License-Identifier: ISC 2/* Copyright (C) 2020 MediaTek Inc. 3 * 4 */ 5 6#include <linux/kernel.h> 7#include <linux/module.h> 8#include <linux/pci.h> 9 10#include "mt7921.h" 11#include "mac.h" | 1// SPDX-License-Identifier: ISC 2/* Copyright (C) 2020 MediaTek Inc. 3 * 4 */ 5 6#include <linux/kernel.h> 7#include <linux/module.h> 8#include <linux/pci.h> 9 10#include "mt7921.h" 11#include "mac.h" |
12#include "mcu.h" |
|
12#include "../trace.h" 13 14static const struct pci_device_id mt7921_pci_device_table[] = { 15 { PCI_DEVICE(0x14c3, 0x7961) }, 16 { }, 17}; 18 19static void --- 260 unchanged lines hidden --- | 13#include "../trace.h" 14 15static const struct pci_device_id mt7921_pci_device_table[] = { 16 { PCI_DEVICE(0x14c3, 0x7961) }, 17 { }, 18}; 19 20static void --- 260 unchanged lines hidden --- |