diff options
Diffstat (limited to 'drivers/pci/msi.c')
-rw-r--r-- | drivers/pci/msi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c index 68555c11f556..fd1068b59b0c 100644 --- a/drivers/pci/msi.c +++ b/drivers/pci/msi.c | |||
@@ -211,7 +211,7 @@ static void enable_msi_mode(struct pci_dev *dev, int pos, int type) | |||
211 | pci_intx(dev, 0); /* disable intx */ | 211 | pci_intx(dev, 0); /* disable intx */ |
212 | } | 212 | } |
213 | 213 | ||
214 | void disable_msi_mode(struct pci_dev *dev, int pos, int type) | 214 | static void disable_msi_mode(struct pci_dev *dev, int pos, int type) |
215 | { | 215 | { |
216 | u16 control; | 216 | u16 control; |
217 | 217 | ||