summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-06-12 23:14:03 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-06-12 23:14:03 +0000
commit51825085f8771eef50679b8d1c93e228db037463 (patch)
treed0b11ecddfa94779c4e4621aabdeb0b206c00aef /board_enable.c
parent5f31ebe244236d9ffbc54a16c5dc72345b32c346 (diff)
downloadast2050-flashrom-51825085f8771eef50679b8d1c93e228db037463.zip
ast2050-flashrom-51825085f8771eef50679b8d1c93e228db037463.tar.gz
Unbreak flashrom - fix compiler error
Fix compiler error (bad forward port in r1040). Corresponding to flashrom svn r1042. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board_enable.c b/board_enable.c
index a528269..7d731c3 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -659,7 +659,7 @@ static int nvidia_mcp_gpio8_raise(void)
/**
* Suited for MSI K8N Neo2 Platinum: Socket 939 + nForce3 Ultra + CK8.
*/
-static int nvidia_mcp_gpio0c_raise(const char *name)
+static int nvidia_mcp_gpio0c_raise(void)
{
return nvidia_mcp_gpio_set(0x0c, 1);
}
OpenPOWER on IntegriCloud