From: Greg KH on
> --- linux-2.6.33-rc.orig/include/linux/pci_ids.h 2010-02-09 12:43:51.000000000 +0100
> +++ linux-2.6.33-rc/include/linux/pci_ids.h 2010-02-09 12:44:51.000000000 +0100
> @@ -137,6 +137,11 @@
>
> /* Vendors and devices. Sort key: vendor first, device next. */
>
> +#define PCI_VENDOR_ID_HILSCHER 0x15CF
> +#define PCI_DEVICE_ID_HILSCHER_NETX 0x0000
> +#define PCI_SUBDEVICE_ID_NXSB_PCA 0x3235
> +#define PCI_SUBDEVICE_ID_NXPCA 0x3335

This isn't needed, we don't add new device ids to the file, unless they
are used by more than one driver (see the comment at the top of the
file.)

I've fixed up the patch to not include this anymore.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/