All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/2] MIPS: Loongson: Remove unused PCI_BAR_COUNT definition
@ 2017-05-19 19:55 Bjorn Helgaas
  2017-05-19 19:56 ` [PATCH v1 2/2] MIPS: PCI: Remove unused busn_offset Bjorn Helgaas
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2017-05-19 19:55 UTC (permalink / raw)
  To: linux-pci; +Cc: linux-mips, Joshua Kinard, Ralf Baechle, linux-kernel

Remove unused PCI_BAR_COUNT definition.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
 .../asm/mach-loongson64/cs5536/cs5536_pci.h        |    1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/include/asm/mach-loongson64/cs5536/cs5536_pci.h b/arch/mips/include/asm/mach-loongson64/cs5536/cs5536_pci.h
index 8a7ecb4d5c64..bf9dd9eb4ceb 100644
--- a/arch/mips/include/asm/mach-loongson64/cs5536/cs5536_pci.h
+++ b/arch/mips/include/asm/mach-loongson64/cs5536/cs5536_pci.h
@@ -80,7 +80,6 @@ extern u32 cs5536_pci_conf_read4(int function, int reg);
 #define PCI_BAR3_REG			0x1c
 #define PCI_BAR4_REG			0x20
 #define PCI_BAR5_REG			0x24
-#define PCI_BAR_COUNT			6
 #define PCI_BAR_RANGE_MASK		0xFFFFFFFF
 
 /* CARDBUS CIS POINTER */

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-11  1:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-19 19:55 [PATCH v1 1/2] MIPS: Loongson: Remove unused PCI_BAR_COUNT definition Bjorn Helgaas
2017-05-19 19:56 ` [PATCH v1 2/2] MIPS: PCI: Remove unused busn_offset Bjorn Helgaas
2017-05-24 21:42   ` Bjorn Helgaas
2017-06-11  1:14   ` Joshua Kinard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.