diff options
author | sjur.brandeland@stericsson.com <sjur.brandeland@stericsson.com> | 2011-05-12 22:44:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-05-15 17:45:55 -0400 |
commit | bee925db9a77a5736596dcf6f91d0879f5ee915b (patch) | |
tree | 57a3b499d5b8ec3cb9d36be674e165fa1e7eed42 /net/caif/Makefile | |
parent | b3ccfbe4098a5542177d0f34e8979f32e7d606e1 (diff) |
caif: prepare support for namespaces
Use struct net to reference CAIF configuration object instead of static variables.
Refactor functions caif_connect_client, caif_disconnect_client and squach
files cfcnfg.c and caif_config_utils.
Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/caif/Makefile')
-rw-r--r-- | net/caif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/caif/Makefile b/net/caif/Makefile index 9d38e406e4a4..ebcd4e7e6f47 100644 --- a/net/caif/Makefile +++ b/net/caif/Makefile | |||
@@ -5,7 +5,7 @@ caif-y := caif_dev.o \ | |||
5 | cffrml.o cfveil.o cfdbgl.o\ | 5 | cffrml.o cfveil.o cfdbgl.o\ |
6 | cfserl.o cfdgml.o \ | 6 | cfserl.o cfdgml.o \ |
7 | cfrfml.o cfvidl.o cfutill.o \ | 7 | cfrfml.o cfvidl.o cfutill.o \ |
8 | cfsrvl.o cfpkt_skbuff.o caif_config_util.o | 8 | cfsrvl.o cfpkt_skbuff.o |
9 | 9 | ||
10 | obj-$(CONFIG_CAIF) += caif.o | 10 | obj-$(CONFIG_CAIF) += caif.o |
11 | obj-$(CONFIG_CAIF_NETDEV) += chnl_net.o | 11 | obj-$(CONFIG_CAIF_NETDEV) += chnl_net.o |