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 --- atahpt.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'atahpt.c') diff --git a/atahpt.c b/atahpt.c index 242e14a..edffa3b 100644 --- a/atahpt.c +++ b/atahpt.c @@ -33,6 +33,8 @@ #define PCI_VENDOR_ID_HPT 0x1103 +static uint32_t io_base_addr = 0; + const struct dev_entry ata_hpt[] = { {0x1103, 0x0004, NT, "Highpoint", "HPT366/368/370/370A/372/372N"}, {0x1103, 0x0005, NT, "Highpoint", "HPT372A/372N"}, -- cgit v1.1