phonet: Fix build.
authorDavid S. Miller <davem@davemloft.net>
Sun, 26 Jul 2009 20:39:10 +0000 (13:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Jul 2009 20:39:10 +0000 (13:39 -0700)
commit421d20a3dccb3670d4b2e8d3e4cef6327530f30d
tree2b6ce9abf9acd128ac1a0639285c82d9ec88ac27
parentc8b201ff867e64b6233d069563081775269f4499
phonet: Fix build.

As reported by Oliver Hartkopp:

net/phonet/pn_dev.c: In function ‘phonet_init_net’:
net/phonet/pn_dev.c:221: error: implicit declaration of function
‘proc_net_fops_create’
net/phonet/pn_dev.c: In function ‘phonet_exit_net’:
net/phonet/pn_dev.c:242: error: implicit declaration of function ‘proc_net_remove’

Signed-off-by: David S. Miller <davem@davemloft.net>
net/phonet/pn_dev.c