phonet: fix compilation with gcc-3.4
authorAlexey Dobriyan <adobriyan@gmail.com>
Wed, 19 Nov 2008 22:17:41 +0000 (14:17 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Nov 2008 22:17:41 +0000 (14:17 -0800)
commit566521d63720ab47576afb85147e5652993bf1e6
treed9c0d776182aeff7c3e061522d9fedee3d8f09cf
parent79aefa45b20940cbb9104464548ff74f80f2395e
phonet: fix compilation with gcc-3.4

  CC [M]  net/phonet/af_phonet.o
net/phonet/af_phonet.c: In function `pn_socket_create':
net/phonet/af_phonet.c:38: sorry, unimplemented: inlining failed in call to 'phonet_proto_put': function body not available
net/phonet/af_phonet.c:99: sorry, unimplemented: called from here
make[3]: *** [net/phonet/af_phonet.o] Error 1

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/phonet/af_phonet.c