Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32d47590 authored by Will McVicker's avatar Will McVicker
Browse files

ANDROID: GKI: serial: core: export uart_console_device



Needed for a modularized uart console driver.

Change-Id: Ia6e3c3a48e40ef9f9e7266b47498703218ef40d9
Bug: 154153369
Test: compile
Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
parent d7a79add
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2555,6 +2555,7 @@ struct tty_driver *uart_console_device(struct console *co, int *index)
	*index = co->index;
	return p->tty_driver;
}
EXPORT_SYMBOL_GPL(uart_console_device);

static ssize_t uart_get_attr_uartclk(struct device *dev,
	struct device_attribute *attr, char *buf)