Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
[firefly-linux-kernel-4.4.55.git] / net / tipc / name_distr.c
index 10a69894e2fd5e9cfc3d22e39518e1f0c82603e0..6ac3c543250bfebc1f7f82d4ea7b516393cbf974 100644 (file)
@@ -103,7 +103,7 @@ static struct sk_buff *named_prepare_buf(u32 type, u32 size, u32 dest)
 
        if (buf != NULL) {
                msg = buf_msg(buf);
-               msg_init(msg, NAME_DISTRIBUTOR, type, LONG_H_SIZE, dest);
+               tipc_msg_init(msg, NAME_DISTRIBUTOR, type, LONG_H_SIZE, dest);
                msg_set_size(msg, LONG_H_SIZE + size);
        }
        return buf;