Re: [PATCH -next] tee: shm: make local function __tee_shm_alloc() static

2018-01-01 Thread Jens Wiklander
On Tue, Jan 2, 2018 at 5:09 AM, Wei Yongjun wrote: > Fixes the following sparse warnings: > > drivers/tee/tee_shm.c:115:16: warning: > symbol '__tee_shm_alloc' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun > --- >

Re: [PATCH -next] tee: shm: make local function __tee_shm_alloc() static

2018-01-01 Thread Jens Wiklander
On Tue, Jan 2, 2018 at 5:09 AM, Wei Yongjun wrote: > Fixes the following sparse warnings: > > drivers/tee/tee_shm.c:115:16: warning: > symbol '__tee_shm_alloc' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun > --- > drivers/tee/tee_shm.c | 6 +++--- > 1 file changed, 3

[PATCH -next] tee: shm: make local function __tee_shm_alloc() static

2018-01-01 Thread Wei Yongjun
Fixes the following sparse warnings: drivers/tee/tee_shm.c:115:16: warning: symbol '__tee_shm_alloc' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- drivers/tee/tee_shm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH -next] tee: shm: make local function __tee_shm_alloc() static

2018-01-01 Thread Wei Yongjun
Fixes the following sparse warnings: drivers/tee/tee_shm.c:115:16: warning: symbol '__tee_shm_alloc' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- drivers/tee/tee_shm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/tee/tee_shm.c