mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-28 07:23:43 +02:00
Fix compilation which was broken by r1101
Corresponding to flashrom svn r1103. Signed-off-by: Idwer Vollering <vidwer@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
parent
e57957c977
commit
19dceac408
@ -1320,7 +1320,7 @@ static int intel_ich_gpio26_raise(void)
|
|||||||
/**
|
/**
|
||||||
* Suited for P4SD-LA (HP OEM): i865 + ICH5
|
* Suited for P4SD-LA (HP OEM): i865 + ICH5
|
||||||
*/
|
*/
|
||||||
static int intel_ich_gpio32_raise(const char *name)
|
static int intel_ich_gpio32_raise(void)
|
||||||
{
|
{
|
||||||
return intel_ich_gpio_set(32, 1);
|
return intel_ich_gpio_set(32, 1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user