mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 16:01:38 +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
|
* before
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
get_e(offset)
|
get_e(int offset)
|
||||||
int offset;
|
|
||||||
{
|
{
|
||||||
if (!eeprom_rdy())
|
if (!eeprom_rdy())
|
||||||
return (0xffff);
|
return (0xffff);
|
||||||
|
|||||||
Reference in New Issue
Block a user