Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f7007aa authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput Committed by Ingo Molnar
Browse files

x86: apic/io_apic.c: dmar_msi_type should be static

parent 50a8d4d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3568,7 +3568,7 @@ static int dmar_msi_set_affinity(unsigned int irq, const struct cpumask *mask)


#endif /* CONFIG_SMP */
#endif /* CONFIG_SMP */


struct irq_chip dmar_msi_type = {
static struct irq_chip dmar_msi_type = {
	.name = "DMAR_MSI",
	.name = "DMAR_MSI",
	.unmask = dmar_msi_unmask,
	.unmask = dmar_msi_unmask,
	.mask = dmar_msi_mask,
	.mask = dmar_msi_mask,