mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +03:00
[build] Fix old-style function definition
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -342,8 +342,7 @@ eeprom_rdy()
|
||||
* before
|
||||
*/
|
||||
static int
|
||||
get_e(offset)
|
||||
int offset;
|
||||
get_e(int offset)
|
||||
{
|
||||
if (!eeprom_rdy())
|
||||
return (0xffff);
|
||||
|
||||
Reference in New Issue
Block a user