Skip to content
Commit 06433c27 authored by Wei Yang's avatar Wei Yang Committed by Eduardo Habkost
Browse files

vl.c: make find_default_machine() local



Function find_default_machine() is introduced by commit 2c8cffa5
"vl: make find_default_machine externally visible", and it was used
outside of vl.c until commit a904410a "pc_sysfw: remove the rom_only
property".

Commit a904410a "pc_sysfw: remove the rom_only property" removed the
only user of find_default_machine() outside vl.c, but neglected to make
it static. Do that now.

Signed-off-by: default avatarWei Yang <richardw.yang@linux.intel.com>

Message-Id: <20190405064121.23662-2-richardw.yang@linux.intel.com>
Reviewed-by: default avatarMarkus Armbruster <armbru@redhat.com>
Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
parent 9bf2650b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment