pmqos: Staticize set_pmqos function 98/133198/1
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 9 Jun 2017 06:58:46 +0000 (15:58 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 9 Jun 2017 07:00:15 +0000 (16:00 +0900)
The set_pmqos is accessed only in this file so it can be made as static.

Change-Id: I3e836c8a4d4c3a17621a21b6ad3cc57767397df0
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pmqos/pmqos.c

index f6a4db491289269d410c2e15c62202bf1409077f..9e8cbbccc245813df9a10244e450e6246413d146 100644 (file)
@@ -88,7 +88,7 @@ static DBusMessage* e_dbus_stop_cb(E_DBus_Object *obj, DBusMessage* msg)
        return ret_dbus;
 }
 
-int set_pmqos(const char *name, int val)
+static int set_pmqos(const char *name, int val)
 {
        char scenario[100];