diff options
Diffstat (limited to 'Documentation/rpmsg.txt')
| -rw-r--r-- | Documentation/rpmsg.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/rpmsg.txt b/Documentation/rpmsg.txt index 409d9f964c5b..f7edc3aa1e92 100644 --- a/Documentation/rpmsg.txt +++ b/Documentation/rpmsg.txt | |||
| @@ -236,7 +236,7 @@ static int rpmsg_sample_probe(struct rpmsg_channel *rpdev) | |||
| 236 | return 0; | 236 | return 0; |
| 237 | } | 237 | } |
| 238 | 238 | ||
| 239 | static void __devexit rpmsg_sample_remove(struct rpmsg_channel *rpdev) | 239 | static void rpmsg_sample_remove(struct rpmsg_channel *rpdev) |
| 240 | { | 240 | { |
| 241 | dev_info(&rpdev->dev, "rpmsg sample client driver is removed\n"); | 241 | dev_info(&rpdev->dev, "rpmsg sample client driver is removed\n"); |
| 242 | } | 242 | } |
| @@ -253,7 +253,7 @@ static struct rpmsg_driver rpmsg_sample_client = { | |||
| 253 | .id_table = rpmsg_driver_sample_id_table, | 253 | .id_table = rpmsg_driver_sample_id_table, |
| 254 | .probe = rpmsg_sample_probe, | 254 | .probe = rpmsg_sample_probe, |
| 255 | .callback = rpmsg_sample_cb, | 255 | .callback = rpmsg_sample_cb, |
| 256 | .remove = __devexit_p(rpmsg_sample_remove), | 256 | .remove = rpmsg_sample_remove, |
| 257 | }; | 257 | }; |
| 258 | 258 | ||
| 259 | static int __init init(void) | 259 | static int __init init(void) |
