From 0ccec8f21228fab9e5e57c9392f6feafbf296ef1 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Sun, 1 Jun 2014 23:49:03 +0000 Subject: Move global io_base_addr into compilation units Corresponding to flashrom svn r1813. Signed-off-by: Stefan Tauner Acked-by: Carl-Daniel Hailfinger --- nicrealtek.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nicrealtek.c') diff --git a/nicrealtek.c b/nicrealtek.c index 02fbd39..4a440ea 100644 --- a/nicrealtek.c +++ b/nicrealtek.c @@ -28,6 +28,7 @@ #define PCI_VENDOR_ID_REALTEK 0x10ec #define PCI_VENDOR_ID_SMC1211 0x1113 +static uint32_t io_base_addr = 0; static int bios_rom_addr, bios_rom_data; const struct dev_entry nics_realtek[] = { -- cgit v1.1