[build] Fix old-style function definition

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-04-27 17:36:52 +01:00
parent 58e6729cb6
commit b816b816ab

View File

@@ -342,8 +342,7 @@ eeprom_rdy()
* before * before
*/ */
static int static int
get_e(offset) get_e(int offset)
int offset;
{ {
if (!eeprom_rdy()) if (!eeprom_rdy())
return (0xffff); return (0xffff);