From: H Hartley Sweeten Date: Thu, 25 Oct 2012 01:14:19 +0000 (-0700) Subject: staging: comedi: dyna_pci10xx: remove PCI_VENDOR_ID_DYNALOG X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~975 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00f5c774a0f551e297c343222d17a3f919c603d3;p=pandora-kernel.git staging: comedi: dyna_pci10xx: remove PCI_VENDOR_ID_DYNALOG The PCI chip used on this board is from PLX Technologies Inc. As stated in the comments of this driver, Dynalog does not have a registered PCI vendor id so this board uses the PLX vendor id. The kernel provides an id for that vendor in pci_ids.h (PCI_VENDOR_ID_PLX). Use it instead of creating a duplicate with a different name. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed