// SPDX-License-Identifier: ISC /* * Copyright (C) 2019 Lorenzo Bianconi <[email protected]> */ #include "mt76.h" #include <linux/pci.h> void mt76_pci_disable_aspm(struct pci_dev *pdev) { … } EXPORT_SYMBOL_GPL(…); bool mt76_pci_aspm_supported(struct pci_dev *pdev) { … } EXPORT_SYMBOL_GPL(…);