diff options
author | Christoph Hellwig <hch@lst.de> | 2016-09-22 10:49:49 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2016-09-22 11:50:19 -0400 |
commit | 014b44e7a4683ccef09cc58c53012e5bc53daece (patch) | |
tree | e4e54aa3dc1c831940cf564b943e38960b83016a /arch/powerpc/include | |
parent | 70a19b7e406da9dc5cea20fedba443374a5cae70 (diff) |
libata: remove unused definitions from <asm/libata-portmap.h>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/libata-portmap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/libata-portmap.h b/arch/powerpc/include/asm/libata-portmap.h index 4d8518049f4d..4396db57b8be 100644 --- a/arch/powerpc/include/asm/libata-portmap.h +++ b/arch/powerpc/include/asm/libata-portmap.h | |||
@@ -1,12 +1,8 @@ | |||
1 | #ifndef __ASM_POWERPC_LIBATA_PORTMAP_H | 1 | #ifndef __ASM_POWERPC_LIBATA_PORTMAP_H |
2 | #define __ASM_POWERPC_LIBATA_PORTMAP_H | 2 | #define __ASM_POWERPC_LIBATA_PORTMAP_H |
3 | 3 | ||
4 | #define ATA_PRIMARY_CMD 0x1F0 | ||
5 | #define ATA_PRIMARY_CTL 0x3F6 | ||
6 | #define ATA_PRIMARY_IRQ(dev) pci_get_legacy_ide_irq(dev, 0) | 4 | #define ATA_PRIMARY_IRQ(dev) pci_get_legacy_ide_irq(dev, 0) |
7 | 5 | ||
8 | #define ATA_SECONDARY_CMD 0x170 | ||
9 | #define ATA_SECONDARY_CTL 0x376 | ||
10 | #define ATA_SECONDARY_IRQ(dev) pci_get_legacy_ide_irq(dev, 1) | 6 | #define ATA_SECONDARY_IRQ(dev) pci_get_legacy_ide_irq(dev, 1) |
11 | 7 | ||
12 | #endif | 8 | #endif |