The functions are internal to fabrics.c, so mark them as 'static'.
Signed-off-by: Hannes Reinecke <hare@suse.de>
#define PATH_UUID_IBM "/proc/device-tree/ibm,partition-uuid"
-int uuid_from_device_tree(char *system_uuid)
+static int uuid_from_device_tree(char *system_uuid)
{
ssize_t len;
int f;
#define PATH_DMI_ENTRIES "/sys/firmware/dmi/entries"
-int uuid_from_dmi(char *system_uuid)
+static int uuid_from_dmi(char *system_uuid)
{
int f;
DIR *d;