Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers/serial/16550: remove unused function #12177

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

anchao
Copy link
Contributor

@anchao anchao commented Apr 19, 2024

Summary

drivers/serial/16550: remove unused function

drivers/serial/uart_16550.c:690:20: warning: unused function 'u16550_restoreuartint' [-Wunused-function]
static inline void u16550_restoreuartint(FAR struct u16550_s *priv,
^

Signed-off-by: chao an anchao@lixiang.com

Impact

N/A

Testing

clang

drivers/serial/uart_16550.c:690:20: warning: unused function 'u16550_restoreuartint' [-Wunused-function]
static inline void u16550_restoreuartint(FAR struct u16550_s *priv,
                   ^

Signed-off-by: chao an <anchao@lixiang.com>
@xiaoxiang781216 xiaoxiang781216 merged commit d11b1ba into apache:master Apr 19, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants