]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Fix old-style function definition
authorMichael Brown <mcb30@ipxe.org>
Sun, 27 Apr 2025 16:36:52 +0000 (17:36 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 27 Apr 2025 17:40:03 +0000 (18:40 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/3c595.c

index c698310056d3c8e92280dbf88051602ef8daeb13..1fab56aa98713369ec17ab85fee339facf6623df 100644 (file)
@@ -342,8 +342,7 @@ eeprom_rdy()
  * before
  */
 static int
-get_e(offset)
-int offset;
+get_e(int offset)
 {
        if (!eeprom_rdy())
                return (0xffff);