diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-10-02 20:29:54 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-10-02 20:29:54 +0200 |
commit | c0d625cbb541ae68ca3c97fb62f5f6093d3382fa (patch) | |
tree | c67ca474f4fd998829591b50b6f47e58d5b7c8df /drivers/tty | |
parent | serial: 8250_dw: allow lower reference frequencies (diff) | |
parent | Merge branch 'for-4.3-rc/ti-clk-fixes' of https://github.com/t-kristo/linux-p... (diff) | |
download | linux-c0d625cbb541ae68ca3c97fb62f5f6093d3382fa.tar.xz linux-c0d625cbb541ae68ca3c97fb62f5f6093d3382fa.zip |
Merge branch 'clk-fixes' into clk-next
* clk-fixes: (3 commits)
clk: ti: dflt: fix enable_reg validity check
clk: ti: fix dual-registration of uart4_ick
clk: ti: clk-7xx: Remove hardwired ABE clock configuration
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/8250/8250_port.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c index 54e6c8ddef5d..b1e0ba3e525b 100644 --- a/drivers/tty/serial/8250/8250_port.c +++ b/drivers/tty/serial/8250/8250_port.c @@ -2910,3 +2910,5 @@ int serial8250_console_setup(struct uart_port *port, char *options, bool probe) } #endif /* CONFIG_SERIAL_8250_CONSOLE */ + +MODULE_LICENSE("GPL"); |