Greetings,

Patch to fix PCI_DEVIEC_ID_APPLE_UNI_N_ATA spelling.



Signed-off-by: Grant Coady <[EMAIL PROTECTED]>

---
 drivers/ide/ppc/pmac.c  |    2 +-
 include/linux/pci_ids.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -X dontdiff -Nrup linux-2.6.13-rc4-git2/drivers/ide/ppc/pmac.c 
linux-2.6.13-rc4-git2a/drivers/ide/ppc/pmac.c
--- linux-2.6.13-rc4-git2/drivers/ide/ppc/pmac.c        2005-07-31 
11:32:18.000000000 +1000
+++ linux-2.6.13-rc4-git2a/drivers/ide/ppc/pmac.c       2005-07-31 
11:32:53.000000000 +1000
@@ -1664,7 +1664,7 @@ static struct macio_driver pmac_ide_maci
 };
 
 static struct pci_device_id pmac_ide_pci_match[] = {
-       { PCI_VENDOR_ID_APPLE, PCI_DEVIEC_ID_APPLE_UNI_N_ATA, PCI_ANY_ID, 
PCI_ANY_ID, 0, 0, 0},
+       { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_UNI_N_ATA, PCI_ANY_ID, 
PCI_ANY_ID, 0, 0, 0},
        { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_IPID_ATA100, PCI_ANY_ID, 
PCI_ANY_ID, 0, 0, 0},
        { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_K2_ATA100, PCI_ANY_ID, 
PCI_ANY_ID, 0, 0, 0},
        { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_SH_ATA,
diff -X dontdiff -Nrup linux-2.6.13-rc4-git2/include/linux/pci_ids.h 
linux-2.6.13-rc4-git2a/include/linux/pci_ids.h
--- linux-2.6.13-rc4-git2/include/linux/pci_ids.h       2005-07-31 
11:32:18.000000000 +1000
+++ linux-2.6.13-rc4-git2a/include/linux/pci_ids.h      2005-07-31 
11:32:53.000000000 +1000
@@ -581,7 +581,7 @@
 #define PCI_DEVICE_ID_APPLE_UNI_N_AGP15        0x002d
 #define PCI_DEVICE_ID_APPLE_UNI_N_PCI15        0x002e
 #define PCI_DEVICE_ID_APPLE_UNI_N_GMAC2        0x0032
-#define PCI_DEVIEC_ID_APPLE_UNI_N_ATA  0x0033
+#define PCI_DEVICE_ID_APPLE_UNI_N_ATA  0x0033
 #define PCI_DEVICE_ID_APPLE_UNI_N_AGP2 0x0034
 #define PCI_DEVICE_ID_APPLE_IPID_ATA100        0x003b
 #define PCI_DEVICE_ID_APPLE_K2_ATA100  0x0043
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to