[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
*/
static int
get_e(offset)
int offset;
get_e(int offset)
{
if (!eeprom_rdy())
return (0xffff);