projects
/
platform
/
core
/
system
/
pass.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d040de
)
pmqos: Staticize set_pmqos function
98/133198/1
author
Chanwoo Choi
<cw00.choi@samsung.com>
Fri, 9 Jun 2017 06:58:46 +0000
(15:58 +0900)
committer
Chanwoo 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
patch
|
blob
|
history
diff --git
a/src/pmqos/pmqos.c
b/src/pmqos/pmqos.c
index f6a4db491289269d410c2e15c62202bf1409077f..9e8cbbccc245813df9a10244e450e6246413d146 100644
(file)
--- a/
src/pmqos/pmqos.c
+++ b/
src/pmqos/pmqos.c
@@
-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];