From 6cee1655272569e8eafc046bb048026f43a920b5 Mon Sep 17 00:00:00 2001 From: stefanct Date: Sun, 1 Jun 2014 23:49:03 +0000 Subject: Move global io_base_addr into compilation units. Signed-off-by: Stefan Tauner Acked-by: Carl-Daniel Hailfinger git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1813 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- 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.2.1