sm6375-common: libqti-perfd-client: Remove namespace declaration
It's pointless when using extern "C". Change-Id: Ibdf9f06a70aa3a75687b33781c78cf2172bb334d
This commit is contained in:
parent
1e25d6fd85
commit
ddaba172c6
1 changed files with 6 additions and 8 deletions
|
@ -1,10 +1,8 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
namespace android {
|
extern "C" void perf_get_feedback() {}
|
||||||
extern "C" void perf_get_feedback() {}
|
extern "C" void perf_hint() {}
|
||||||
extern "C" void perf_hint() {}
|
extern "C" void perf_lock_acq() {}
|
||||||
extern "C" void perf_lock_acq() {}
|
extern "C" void perf_lock_cmd() {}
|
||||||
extern "C" void perf_lock_cmd() {}
|
extern "C" void perf_lock_rel() {}
|
||||||
extern "C" void perf_lock_rel() {}
|
extern "C" void perf_lock_use_profile() {}
|
||||||
extern "C" void perf_lock_use_profile() {}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue