Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
[platform/kernel/linux-starfive.git] / drivers / rpmsg / rpmsg_internal.h
index a22cd4a..39b646d 100644 (file)
@@ -41,8 +41,8 @@ struct rpmsg_device_ops {
                                            rpmsg_rx_cb_t cb, void *priv,
                                            struct rpmsg_channel_info chinfo);
 
-       int (*announce_create)(struct rpmsg_device *ept);
-       int (*announce_destroy)(struct rpmsg_device *ept);
+       int (*announce_create)(struct rpmsg_device *rpdev);
+       int (*announce_destroy)(struct rpmsg_device *rpdev);
 };
 
 /**