bfin: remove inline keywordmaster
commit917dcebb26ec492f276cdc3b55867aa90e01fa12
authorRomain Naour <romain.naour@gmail.com>
Sat, 5 Nov 2016 18:09:00 +0000 (5 19:09 +0100)
committerPhilippe Gerum <rpm@xenomai.org>
Tue, 15 Nov 2016 08:35:50 +0000 (15 09:35 +0100)
tree0db80b95fdf272790c48394dce80e2df97a065cc
parentf793a19330764957186802134d97a353d9fcbebc
bfin: remove inline keyword

Xenomai user space tools fail to build for bfin target since it's
provide it's own pthread_atfork(), shm_open() and shm_unlink()
definition using the inline keyword and weak attribute.

With gcc 5+ the weak attribute is discarded by the inline keyword,
so each symbol are global and are redefined several time while
linking.

Fixes:
http://autobuild.buildroot.net/results/0c2/0c2e5eb4edd4f9427f61d3c9b67a12a7a0e24140

Signed-off-by: Romain Naour <romain.naour@gmail.com>
include/asm-blackfin/syscall.h