aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/pci/msi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c
index ba84f17d8062..9c6995043fff 100644
--- a/drivers/pci/msi.c
+++ b/drivers/pci/msi.c
@@ -172,11 +172,6 @@ static inline __attribute_const__ u32 msi_capable_mask(u16 control)
172 return msi_mask((control >> 1) & 7); 172 return msi_mask((control >> 1) & 7);
173} 173}
174 174
175static inline __attribute_const__ u32 msi_enabled_mask(u16 control)
176{
177 return msi_mask((control >> 4) & 7);
178}
179
180/* 175/*
181 * PCI 2.3 does not specify mask bits for each MSI interrupt. Attempting to 176 * PCI 2.3 does not specify mask bits for each MSI interrupt. Attempting to
182 * mask all MSI interrupts by clearing the MSI enable bit does not work 177 * mask all MSI interrupts by clearing the MSI enable bit does not work