]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/dmar.h
iommu/vt-d: Unify the way to process DMAR device scope array
[karo-tx-linux.git] / include / linux / dmar.h
index 4e196430f1b20b761b82c74f36ab254037d041a9..0a92e4d978bc5a6a44a37e6faf1846fd56aabbcb 100644 (file)
@@ -173,7 +173,6 @@ extern int arch_setup_dmar_msi(unsigned int irq);
 
 #ifdef CONFIG_INTEL_IOMMU
 extern int iommu_detected, no_iommu;
-extern int dmar_parse_rmrr_atsr_dev(void);
 extern int dmar_parse_one_rmrr(struct acpi_dmar_header *header);
 extern int dmar_parse_one_atsr(struct acpi_dmar_header *header);
 extern int dmar_iommu_notify_scope_dev(struct dmar_pci_notify_info *info);
@@ -188,10 +187,6 @@ static inline int dmar_parse_one_atsr(struct acpi_dmar_header *header)
 {
        return 0;
 }
-static inline int dmar_parse_rmrr_atsr_dev(void)
-{
-       return 0;
-}
 static inline int dmar_iommu_notify_scope_dev(struct dmar_pci_notify_info *info)
 {
        return 0;