resurrect the declaration of order to unbreak kernel build. Put
it inside the ifdef so as to avoid unused variable warnings
This commit is contained in:
parent
92a906e563
commit
a4de9511b5
@ -211,6 +211,7 @@ void
|
||||
cpu_rootconf()
|
||||
{
|
||||
#if defined(NFS) && defined(NFS_ROOT)
|
||||
int order = 0;
|
||||
#if !defined(BOOTP_NFSROOT)
|
||||
if (nfs_diskless_valid)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user