1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

Fix compilation of nic3com on 64bit

Corresponding to flashrom svn r512.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Carl-Daniel Hailfinger
2009-05-14 21:41:10 +00:00
parent a086932cf9
commit 3b7e75a23e
3 changed files with 4 additions and 3 deletions

View File

@ -102,7 +102,7 @@ int internal_init(void)
{
int ret = 0;
get_io_perms(void);
get_io_perms();
/* Initialize PCI access for flash enables */
pacc = pci_alloc(); /* Get the pci_access structure */