diff options
Diffstat (limited to 'src/southbridge/via/vt8235/vt8235.c')
-rw-r--r-- | src/southbridge/via/vt8235/vt8235.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8235/vt8235.c b/src/southbridge/via/vt8235/vt8235.c index 2687972afa..92bd9d8391 100644 --- a/src/southbridge/via/vt8235/vt8235.c +++ b/src/southbridge/via/vt8235/vt8235.c @@ -41,7 +41,7 @@ void dump_south(device_t dev0) } } -void set_led() +void set_led(void) { // set power led to steady now that lxbios has virtually done its job device_t dev; |