[PATCH] nds32: fix asm/syscall.h

2019-02-28 Thread Dmitry V. Levin
All syscall_get_* and syscall_set_* functions must be defined as static inline. Reported-by: kbuild test robot Fixes: 1932fbe36e02 ("nds32: System calls handling") Cc: Greentime Hu Cc: Vincent Chen Cc: Elvira Khabirova Cc: Eugene Syromyatnikov Cc: sta...@vger.kernel.org # v4.17+ Signed-off-by

[PATCH] nds32: fix asm/syscall.h

2019-01-07 Thread Dmitry V. Levin
All syscall_get_* and syscall_set_* functions must be defined as static inline. Reported-by: kbuild test robot Fixes: 1932fbe36e02 ("nds32: System calls handling") Cc: Greentime Hu Cc: Vincent Chen Cc: Elvira Khabirova Cc: Eugene Syromyatnikov Cc: sta...@vger.kernel.org # v4.17+ Signed-off-by