[PATCH] ide: fix PCI_DEVIEC_ID_APPLE_UNI_N_ATA spelling

Signed-off-by: Grant Coady <gcoady@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl>

authored by Grant Coady and committed by Bartlomiej Zolnierkiewicz b07e5ecc 0ac72b35

+2 -2
+1 -1
drivers/ide/ppc/pmac.c
··· 1664 1664 }; 1665 1665 1666 1666 static struct pci_device_id pmac_ide_pci_match[] = { 1667 - { PCI_VENDOR_ID_APPLE, PCI_DEVIEC_ID_APPLE_UNI_N_ATA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, 1667 + { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_UNI_N_ATA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, 1668 1668 { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_IPID_ATA100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, 1669 1669 { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_K2_ATA100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, 1670 1670 { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_SH_ATA,
+1 -1
include/linux/pci_ids.h
··· 881 881 #define PCI_DEVICE_ID_APPLE_UNI_N_PCI15 0x002e 882 882 #define PCI_DEVICE_ID_APPLE_UNI_N_FW2 0x0030 883 883 #define PCI_DEVICE_ID_APPLE_UNI_N_GMAC2 0x0032 884 - #define PCI_DEVIEC_ID_APPLE_UNI_N_ATA 0x0033 884 + #define PCI_DEVICE_ID_APPLE_UNI_N_ATA 0x0033 885 885 #define PCI_DEVICE_ID_APPLE_UNI_N_AGP2 0x0034 886 886 #define PCI_DEVICE_ID_APPLE_IPID_ATA100 0x003b 887 887 #define PCI_DEVICE_ID_APPLE_KEYLARGO_I 0x003e