summaryrefslogtreecommitdiffstats
path: root/include/net/phonet
diff options
context:
space:
mode:
authorremi.denis-courmont@nokia <remi.denis-courmont@nokia>2009-01-23 03:00:30 +0000
committerDavid S. Miller <davem@davemloft.net>2009-01-26 21:03:35 -0800
commit9a3b7a42bb2919a6282a96a5f4abe0f9be36c4b3 (patch)
treedb61d026f3cbd58b767b01e3b5499f5a2e75464a /include/net/phonet
parent6530e0fee1834fab51720769ac422186de2b3120 (diff)
downloadop-kernel-dev-9a3b7a42bb2919a6282a96a5f4abe0f9be36c4b3.zip
op-kernel-dev-9a3b7a42bb2919a6282a96a5f4abe0f9be36c4b3.tar.gz
Phonet: use per-namespace devices list
Signed-off-by: RĂ©mi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/phonet')
-rw-r--r--include/net/phonet/pn_dev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/phonet/pn_dev.h b/include/net/phonet/pn_dev.h
index 4ba2aed..5054dc5 100644
--- a/include/net/phonet/pn_dev.h
+++ b/include/net/phonet/pn_dev.h
@@ -28,7 +28,7 @@ struct phonet_device_list {
spinlock_t lock;
};
-extern struct phonet_device_list pndevs;
+struct phonet_device_list *phonet_device_list(struct net *net);
struct phonet_device {
struct list_head list;
OpenPOWER on IntegriCloud