Re: [PATCH 1/1] drivers: misc: Add support for nCipher HSM devices

From: Greg KH
Date: Tue Dec 17 2019 - 08:37:28 EST


On Tue, Dec 17, 2019 at 01:22:44PM +0000, Dave Kim wrote:
> +#ifndef PCI_VENDOR_ID_INTEL
> +#define PCI_VENDOR_ID_INTEL 0x8086
> +#endif

This is already defined by the kernel, no need to do so again.

thanks,

greg k-h