mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Separated out initialisation functions from startup/shutdown functions.
This commit is contained in:
@@ -32,7 +32,7 @@ static unsigned long rpc_id;
|
||||
/**************************************************************************
|
||||
RPC_INIT - set up the ID counter to something fairly random
|
||||
**************************************************************************/
|
||||
static void rpc_init(void)
|
||||
void rpc_init(void)
|
||||
{
|
||||
unsigned long t;
|
||||
|
||||
@@ -608,8 +608,6 @@ nfssymlink:
|
||||
return 1;
|
||||
}
|
||||
|
||||
INIT_FN ( INIT_RPC, rpc_init, nfs_reset );
|
||||
|
||||
struct protocol nfs_protocol __protocol = {
|
||||
.name = "nfs",
|
||||
.default_port = SUNRPC_PORT,
|
||||
|
||||
Reference in New Issue
Block a user