commit | ba113a94b7503ee23ffe819e7045134b0c1d31de | [log] [tgz] |
---|---|---|
author | Remi Denis-Courmont <remi.denis-courmont@nokia.com> | Mon Sep 22 20:05:19 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 22 20:05:19 2008 -0700 |
tree | b6236bbb36ffa311d7bc952066d2adc2b00c8d0c | |
parent | 8fb397406f6470f79040c41eec49af20900a9e3b [diff] [blame] |
Phonet: common socket glue This provides the socket API for the Phonet protocols family. Signed-off-by: Remi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/phonet/Makefile b/net/phonet/Makefile index 4143c3e..c1d671d 100644 --- a/net/phonet/Makefile +++ b/net/phonet/Makefile
@@ -3,4 +3,5 @@ phonet-objs := \ pn_dev.o \ pn_netlink.o \ + socket.o \ af_phonet.o