]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/connector/cn_proc.c
connector: Fix incompatible pointer type warning
[karo-tx-linux.git] / drivers / connector / cn_proc.c
index abf4a2529f8011c6d4dbd87dc4412c8925dca41c..60697909ebdb00c9e0a4546764fe7e283e4fe800 100644 (file)
@@ -227,7 +227,8 @@ static void cn_proc_ack(int err, int rcvd_seq, int rcvd_ack)
  * cn_proc_mcast_ctl
  * @data: message sent from userspace via the connector
  */
-static void cn_proc_mcast_ctl(struct cn_msg *msg)
+static void cn_proc_mcast_ctl(struct cn_msg *msg,
+                             struct netlink_skb_parms *nsp)
 {
        enum proc_cn_mcast_op *mc_op = NULL;
        int err = 0;