From: Jason Yan <yanaijie@huawei.com> To: <timur@kernel.org>, <gregkh@linuxfoundation.org>, <jirislaby@kernel.org>, <linux@rasmusvillemoes.dk>, <leoyang.li@nxp.com>, <linuxppc-dev@lists.ozlabs.org>, <linux-serial@vger.kernel.org> Cc: Jason Yan <yanaijie@huawei.com>, Hulk Robot <hulkci@huawei.com> Subject: [PATCH] serial: ucc_uart: make qe_uart_set_mctrl() static Date: Sat, 12 Sep 2020 11:38:34 +0800 Message-ID: <20200912033834.143166-1-yanaijie@huawei.com> (raw) This eliminates the following sparse warning: drivers/tty/serial/ucc_uart.c:286:6: warning: symbol 'qe_uart_set_mctrl' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Jason Yan <yanaijie@huawei.com> --- drivers/tty/serial/ucc_uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c index 3c8c662c69e2..d6a8604157ab 100644 --- a/drivers/tty/serial/ucc_uart.c +++ b/drivers/tty/serial/ucc_uart.c @@ -283,7 +283,7 @@ static unsigned int qe_uart_tx_empty(struct uart_port *port) * don't need that support. This function must exist, however, otherwise * the kernel will panic. */ -void qe_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) +static void qe_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) { } -- 2.25.4
next reply index Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-12 3:38 Jason Yan [this message] 2020-09-14 5:29 ` Jiri Slaby
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200912033834.143166-1-yanaijie@huawei.com \ --to=yanaijie@huawei.com \ --cc=gregkh@linuxfoundation.org \ --cc=hulkci@huawei.com \ --cc=jirislaby@kernel.org \ --cc=leoyang.li@nxp.com \ --cc=linux-serial@vger.kernel.org \ --cc=linux@rasmusvillemoes.dk \ --cc=linuxppc-dev@lists.ozlabs.org \ --cc=timur@kernel.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Linux-Serial Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/linux-serial/0 linux-serial/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 linux-serial linux-serial/ https://lore.kernel.org/linux-serial \ linux-serial@vger.kernel.org public-inbox-index linux-serial Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.linux-serial AGPL code for this site: git clone https://public-inbox.org/public-inbox.git