From: Stefan Roese Date: Mon, 16 Nov 2020 17:02:28 +0000 (+0100) Subject: net: e1000: Remove unused bus_to_phys() macro X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=55f010356763d567ec9ec23f29a58af7b0fd2185;p=u-boot.git net: e1000: Remove unused bus_to_phys() macro bus_to_phys() is defined but not referenced at all. This patch removes it completely. Signed-off-by: Stefan Roese Cc: Joe Hershberger Cc: Aaron Williams Cc: Chandrakala Chavva --- diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c index 733588302d..372f6c30ba 100644 --- a/drivers/net/e1000.c +++ b/drivers/net/e1000.c @@ -47,10 +47,8 @@ tested on both gig copper and gig fiber boards #ifdef CONFIG_DM_ETH #define virt_to_bus(devno, v) dm_pci_virt_to_mem(devno, (void *) (v)) -#define bus_to_phys(devno, a) dm_pci_mem_to_phys(devno, a) #else #define virt_to_bus(devno, v) pci_virt_to_mem(devno, (void *) (v)) -#define bus_to_phys(devno, a) pci_mem_to_phys(devno, a) #endif #define E1000_DEFAULT_PCI_PBA 0x00000030