aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Pouliquen <[email protected]>2021-07-12 14:37:49 +0200
committerBjorn Andersson <[email protected]>2021-10-08 17:21:20 -0500
commitbc774a3887cb513be08e846726bc4402897b267a (patch)
treeedb664fda169961dedd43941d0d0abc2d9609541
parentfaf88ed1c083017d1f4478f45c4f375e7a3f8bdc (diff)
rpmsg: char: Remove useless include
No facility requests the include of rpmsg_internal.h header file. Signed-off-by: Arnaud Pouliquen <[email protected]> Reviewed-by: Mathieu Poirier <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/rpmsg/rpmsg_char.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rpmsg/rpmsg_char.c b/drivers/rpmsg/rpmsg_char.c
index 2bebc9b2d163..b5907b80727c 100644
--- a/drivers/rpmsg/rpmsg_char.c
+++ b/drivers/rpmsg/rpmsg_char.c
@@ -22,8 +22,6 @@
#include <linux/uaccess.h>
#include <uapi/linux/rpmsg.h>
-#include "rpmsg_internal.h"
-
#define RPMSG_DEV_MAX (MINORMASK + 1)
static dev_t rpmsg_major;