mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
net: amd8111e: Remove duplicate definition of PCI_VENDOR_ID_AMD
The AMD PCI vendor ID is already defined in <linux/pci_ids.h>. Remove this local definition as it is not needed. Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com> Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com> Link: https://patch.msgid.link/20241021153825.2536819-1-yazen.ghannam@amd.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
05c9afb9bf
commit
9f6cb31979
1 changed files with 0 additions and 1 deletions
|
@ -550,7 +550,6 @@ typedef enum {
|
|||
|
||||
/* Driver definitions */
|
||||
|
||||
#define PCI_VENDOR_ID_AMD 0x1022
|
||||
#define PCI_DEVICE_ID_AMD8111E_7462 0x7462
|
||||
|
||||
#define MAX_UNITS 8 /* Maximum number of devices possible */
|
||||
|
|
Loading…
Add table
Reference in a new issue