mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
Move global io_base_addr into compilation units
Corresponding to flashrom svn r1813. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
@ -89,7 +89,7 @@ int gfxnvidia_init(void)
|
||||
if (!dev)
|
||||
return 1;
|
||||
|
||||
io_base_addr = pcidev_readbar(dev, PCI_BASE_ADDRESS_0);
|
||||
uint32_t io_base_addr = pcidev_readbar(dev, PCI_BASE_ADDRESS_0);
|
||||
if (!io_base_addr)
|
||||
return 1;
|
||||
|
||||
|
Reference in New Issue
Block a user