diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2013-04-17 17:58:47 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-04-23 09:50:30 -0600 |
commit | 78b5a310ce0ff22889e1a1af932e5c17b26962ba (patch) | |
tree | c50d2512660eac0a584cb57ec88b95d379489e3b /drivers/pci/msi.h | |
parent | 527eee292d2ee69708a20b90049ef49bdeefc882 (diff) |
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.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/pci/msi.h b/drivers/pci/msi.h deleted file mode 100644 index df128309f837..000000000000 --- 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 */ |