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 --- nic3com.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nic3com.c') diff --git a/nic3com.c b/nic3com.c index 27e28c78..145554df 100644 --- a/nic3com.c +++ b/nic3com.c @@ -33,6 +33,7 @@ #define PCI_VENDOR_ID_3COM 0x10b7 +static uint32_t io_base_addr = 0; static uint32_t internal_conf; static uint16_t id; -- cgit v1.2.3