]> Git Repo - J-linux.git/commitdiff
serial: mvebu-uart: remove unused member nb from struct mvebu_uart
authorPali Rohár <[email protected]>
Thu, 24 Jun 2021 22:49:05 +0000 (00:49 +0200)
committerGreg Kroah-Hartman <[email protected]>
Fri, 25 Jun 2021 11:53:51 +0000 (13:53 +0200)
Member nb in struct mvebu_uart is not set nor read. So remove it completely.

Signed-off-by: Pali Rohár <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/tty/serial/mvebu-uart.c

index 0e169ad06fa758a1aac3d6535b2cb348ea49854a..231de29a645214457b7656742fc090936d8efcf2 100644 (file)
@@ -128,7 +128,6 @@ struct mvebu_uart {
        struct uart_port *port;
        struct clk *clk;
        int irq[UART_IRQ_COUNT];
-       unsigned char __iomem *nb;
        struct mvebu_uart_driver_data *data;
 #if defined(CONFIG_PM)
        struct mvebu_uart_pm_regs pm_regs;
This page took 0.05162 seconds and 4 git commands to generate.