Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Yazen Ghannam and committed by
Jakub Kicinski
9f6cb319 05c9afb9

-1
-1
drivers/net/ethernet/amd/amd8111e.h
··· 550 550 551 551 /* Driver definitions */ 552 552 553 - #define PCI_VENDOR_ID_AMD 0x1022 554 553 #define PCI_DEVICE_ID_AMD8111E_7462 0x7462 555 554 556 555 #define MAX_UNITS 8 /* Maximum number of devices possible */