aboutsummaryrefslogtreecommitdiffstats
path: root/p23.patch
diff options
Diffstat (limited to 'p23.patch')
-rw-r--r--p23.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/p23.patch b/p23.patch
index e25525418e8419..6a652165b8467e 100644
--- a/p23.patch
+++ b/p23.patch
@@ -4,7 +4,7 @@
--- a/drivers/rpmsg/rpmsg_core.c
+++ b/drivers/rpmsg/rpmsg_core.c
-@@ -275,7 +275,8 @@ field##_show(struct device *dev, \
+@@ -310,7 +310,8 @@ field##_show(struct device *dev, \
struct rpmsg_device *rpdev = to_rpmsg_device(dev); \
\
return sprintf(buf, format_string, rpdev->path); \
@@ -14,7 +14,7 @@
/* for more info, see Documentation/ABI/testing/sysfs-bus-rpmsg */
rpmsg_show_attr(name, id.name, "%s\n");
-@@ -290,15 +291,17 @@ static ssize_t modalias_show(struct devi
+@@ -325,15 +326,17 @@ static ssize_t modalias_show(struct devi
return sprintf(buf, RPMSG_DEVICE_MODALIAS_FMT "\n", rpdev->id.name);
}
@@ -39,7 +39,7 @@
/* rpmsg devices and drivers are matched using the service name */
static inline int rpmsg_id_match(const struct rpmsg_device *rpdev,
-@@ -393,7 +396,7 @@ static int rpmsg_dev_remove(struct devic
+@@ -435,7 +438,7 @@ static int rpmsg_dev_remove(struct devic
static struct bus_type rpmsg_bus = {
.name = "rpmsg",
.match = rpmsg_dev_match,