summaryrefslogtreecommitdiff
path: root/drivers/pci/msi.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2013-04-17 23:58:47 (GMT)
committerBjorn Helgaas <bhelgaas@google.com>2013-04-23 15:50:30 (GMT)
commit78b5a310ce0ff22889e1a1af932e5c17b26962ba (patch)
treec50d2512660eac0a584cb57ec88b95d379489e3b /drivers/pci/msi.h
parent527eee292d2ee69708a20b90049ef49bdeefc882 (diff)
downloadlinux-fsl-qoriq-78b5a310ce0ff22889e1a1af932e5c17b26962ba.tar.xz
PCI: Drop msi_mask_reg() and remove drivers/pci/msi.h
msi_mask_reg() doesn't provide any useful abstraction, do drop it. Remove the now-empty drivers/pci/msi.h. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/msi.h')
-rw-r--r--drivers/pci/msi.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/pci/msi.h b/drivers/pci/msi.h
deleted file mode 100644
index df12830..0000000
--- a/drivers/pci/msi.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Copyright (C) 2003-2004 Intel
- * Copyright (C) Tom Long Nguyen (tom.l.nguyen@intel.com)
- */
-
-#ifndef MSI_H
-#define MSI_H
-
-#define msi_mask_reg(base, is64bit) \
- (base + ((is64bit == 1) ? PCI_MSI_MASK_64 : PCI_MSI_MASK_32))
-
-#endif /* MSI_H */