diff options
| author | Mark Brown <broonie@kernel.org> | 2026-05-29 23:00:52 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-29 23:00:52 +0100 |
| commit | 69c660085eb50bacf77e363268ab495dcff1338f (patch) | |
| tree | 93242f5b5ceb12f8451cad391323cc830bcb102c /net | |
| parent | 59ef9b16b2ef800c2ef87cf31545e99e5a510dd3 (diff) | |
| parent | 868fe98816e03aaf7b10960dfc2a01ad2c701ccc (diff) | |
| download | linux-next-history-69c660085eb50bacf77e363268ab495dcff1338f.tar.gz | |
Merge branch 'for-next' of https://codeberg.org/linux-nfc/linux.git
Diffstat (limited to 'net')
| -rw-r--r-- | net/nfc/nci/uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/nci/uart.c b/net/nfc/nci/uart.c index 5a3aed7f84f5b..aa20e8603f327 100644 --- a/net/nfc/nci/uart.c +++ b/net/nfc/nci/uart.c @@ -421,7 +421,7 @@ void nci_uart_set_config(struct nci_uart *nu, int baudrate, int flow_ctrl) } EXPORT_SYMBOL_GPL(nci_uart_set_config); -static struct tty_ldisc_ops nci_uart_ldisc = { +static const struct tty_ldisc_ops nci_uart_ldisc = { .owner = THIS_MODULE, .num = N_NCI, .name = "n_nci", |
