commit | f8ff60283de2b6775d7a14619056a08e3083bd40 | [log] [tgz] |
---|---|---|
author | Remi Denis-Courmont <remi.denis-courmont@nokia.com> | Mon Sep 22 20:03:44 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 22 20:03:44 2008 -0700 |
tree | aea8a14283aa5b5f7952e6e7b8e4adcc4422c592 | |
parent | 8ead536dec142f27d5b5f72c3994eb39f4741717 [diff] [blame] |
Phonet: network device and address handling This provides support for adding Phonet addresses to and removing Phonet addresses from network devices. Signed-off-by: RĂ©mi 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 5dbff68..980a386 100644 --- a/net/phonet/Makefile +++ b/net/phonet/Makefile
@@ -1,4 +1,5 @@ obj-$(CONFIG_PHONET) += phonet.o phonet-objs := \ + pn_dev.o \ af_phonet.o