The patch titled hptiop: Use PCI vendor symbol has been removed from the -mm tree. Its filename was hptiop-use-pci-vendor-symbol.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: hptiop: Use PCI vendor symbol From: Jean Delvare <khali@xxxxxxxxxxxx> Use the PCI vendor symbol instead of a numeric value in the scsi/hptiop driver. Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx> Cc: HighPoint Linux Team <linux@xxxxxxxxxxxxxxxxxx> Cc: "James E.J. Bottomley" <James.Bottomley@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/scsi/hptiop.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/scsi/hptiop.c~hptiop-use-pci-vendor-symbol drivers/scsi/hptiop.c --- a/drivers/scsi/hptiop.c~hptiop-use-pci-vendor-symbol +++ a/drivers/scsi/hptiop.c @@ -879,8 +879,8 @@ static void hptiop_remove(struct pci_dev } static struct pci_device_id hptiop_id_table[] = { - { PCI_DEVICE(0x1103, 0x3220) }, - { PCI_DEVICE(0x1103, 0x3320) }, + { PCI_DEVICE(PCI_VENDOR_ID_TTI, 0x3220) }, + { PCI_DEVICE(PCI_VENDOR_ID_TTI, 0x3320) }, {}, }; _ Patches currently in -mm which might be from khali@xxxxxxxxxxxx are git-dvb.patch git-hwmon.patch hdaps-switch-to-using-input-polldev.patch applesmc-switch-to-using-input-polldev.patch ams-switch-to-using-input-polldev.patch hptiop-use-pci-vendor-symbol.patch i2c-pxa-rename-bit-macro-to-pxa_bit.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html