From 142063f7a41e09943d87fc24465255b5e1149586 Mon Sep 17 00:00:00 2001
From: Colin Ian King <colin.king@canonical.com>
Date: Mon, 31 Oct 2016 14:02:29 -0600
Subject: [PATCH 13/16] Make llrec_add a static function
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

This function is only referenced in os_perf.c, so make it static

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 common/os/os_perf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/os/os_perf.c b/common/os/os_perf.c
index 709bd2c..3a45127 100644
--- a/common/os/os_perf.c
+++ b/common/os/os_perf.c
@@ -343,7 +343,7 @@ cpu_ll_stop(perf_cpu_t *cpu, void *arg)
 	return (0);
 }
 
-int
+static int
 llrec_add(perf_llrecgrp_t *grp, pf_ll_rec_t *record)
 {
 	os_perf_llrec_t *llrec;
-- 
2.10.2

