Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

libata-portmap: Remove unused definitions

With the PCI layer properly handling legacy IDE and the kernel now using
it these can go

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

authored by

Alan Cox and committed by
Jeff Garzik
4743d085 81ad1837

-5
-5
include/asm-generic/libata-portmap.h
··· 1 1 #ifndef __ASM_GENERIC_LIBATA_PORTMAP_H 2 2 #define __ASM_GENERIC_LIBATA_PORTMAP_H 3 3 4 - #define ATA_PRIMARY_CMD 0x1F0 5 - #define ATA_PRIMARY_CTL 0x3F6 6 4 #define ATA_PRIMARY_IRQ(dev) 14 7 - 8 - #define ATA_SECONDARY_CMD 0x170 9 - #define ATA_SECONDARY_CTL 0x376 10 5 #define ATA_SECONDARY_IRQ(dev) 15 11 6 12 7 #endif