serial-uartlite: Use allocated structure instead of static ones
authorShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Tue, 12 Nov 2019 10:41:09 +0000 (16:11 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Nov 2019 13:54:15 +0000 (21:54 +0800)
commita00d9db8952b44f4d165e5200fff03c80a84947f
treeac56b0897e7ebfd4ef5030fc65849b78821fb414
parentd338838c09dee338dd86f479f554d18401068978
serial-uartlite: Use allocated structure instead of static ones

Remove the use of the static uartlite structure.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/1573555271-2579-2-git-send-email-shubhrajyoti.datta@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/uartlite.c