[PATCH 6.1.y-cip] serial: rsci: Fix symbol namespace of MODULE_IMPORT_NS()

Nobuhiro Iwamatsu <[email protected]>
Newsgroups org.cip-project.lists.cip-dev
Message-ID <1787270513-25812-1-git-send-email-nobuhiro.iwamatsu.x90@mail.toshiba>
In linux-6.1.y, the namespace specified in MODULE_IMPORT_NS() does not
require a string. This removes the quotes from the namespace name.

Fixes: f590c816c238 ("serial: sh-sci: Add support for RZ/G3E RSCI")
Cc: Biju Das <[email protected]>
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
---
 drivers/tty/serial/rsci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/rsci.c b/drivers/tty/serial/rsci.c
index 74f931af6d2ad..4a73a8a476027 100644
--- a/drivers/tty/serial/rsci.c
+++ b/drivers/tty/serial/rsci.c
@@ -15,7 +15,7 @@
 #include "serial_mctrl_gpio.h"
 #include "rsci.h"
 
-MODULE_IMPORT_NS("SH_SCI");
+MODULE_IMPORT_NS(SH_SCI);
 
 /* RSCI registers */
 #define RDR	0x00
-- 
2.51.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.