diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-09-20 15:37:25 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-09-20 15:37:25 +0900 |
commit | cabdf8bf488bfa3b565360b9fa1322d2db7747eb (patch) | |
tree | 00995be0c1bc3637e25c971f6a50ec3b3374df4a /arch/sh/drivers/pci | |
parent | 81df84f4060f4f19c7e6f39c7c527a6098436a2a (diff) | |
download | op-kernel-dev-cabdf8bf488bfa3b565360b9fa1322d2db7747eb.zip op-kernel-dev-cabdf8bf488bfa3b565360b9fa1322d2db7747eb.tar.gz |
sh: pci: Move Renesas PCI IDs to a better place.
Previously these IDs were only used by one driver, so there was not much
need for having them generically defined. Now that this will no longer
hold true, move them over.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/pci')
-rw-r--r-- | arch/sh/drivers/pci/pci-sh7780.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/drivers/pci/pci-sh7780.h b/arch/sh/drivers/pci/pci-sh7780.h index 205dcbe..1742e2c 100644 --- a/arch/sh/drivers/pci/pci-sh7780.h +++ b/arch/sh/drivers/pci/pci-sh7780.h @@ -12,12 +12,6 @@ #ifndef _PCI_SH7780_H_ #define _PCI_SH7780_H_ -#define PCI_VENDOR_ID_RENESAS 0x1912 -#define PCI_DEVICE_ID_RENESAS_SH7781 0x0001 -#define PCI_DEVICE_ID_RENESAS_SH7780 0x0002 -#define PCI_DEVICE_ID_RENESAS_SH7763 0x0004 -#define PCI_DEVICE_ID_RENESAS_SH7785 0x0007 - /* SH7780 Control Registers */ #define PCIECR 0xFE000008 #define PCIECR_ENBL 0x01 |