mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
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 <sr@denx.de> Cc: Joe Hershberger <joe.hershberger@ni.com> Cc: Aaron Williams <awilliams@marvell.com> Cc: Chandrakala Chavva <cchavva@marvell.com>
This commit is contained in:
parent
e262b2973e
commit
55f0103567
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue