summaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorKrzysztof Kozlowski2015-07-10 08:36:19 +0200
committerGreg Kroah-Hartman2015-07-24 03:04:59 +0200
commit3bb2ccd0d12a26392bf884c2a305b15b622fc7a8 (patch)
treeecb045541ea2cf6295f069be1541fec7cec3cbed /drivers/tty
parenttty/serial: at91: use 32bit writes into TX FIFO when DMA is enabled (diff)
downloadkernel-qcow2-linux-3bb2ccd0d12a26392bf884c2a305b15b622fc7a8.tar.gz
kernel-qcow2-linux-3bb2ccd0d12a26392bf884c2a305b15b622fc7a8.tar.xz
kernel-qcow2-linux-3bb2ccd0d12a26392bf884c2a305b15b622fc7a8.zip
tty: serial: Drop owner assignment from platform_driver
platform_driver does not need to set an owner because platform_driver_register() will set it. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/8250/8250_ingenic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_ingenic.c b/drivers/tty/serial/8250/8250_ingenic.c
index 21bf81fe794f..7c1e4be48e7b 100644
--- a/drivers/tty/serial/8250/8250_ingenic.c
+++ b/drivers/tty/serial/8250/8250_ingenic.c
@@ -252,7 +252,6 @@ MODULE_DEVICE_TABLE(of, of_match);
static struct platform_driver ingenic_uart_platform_driver = {
.driver = {
.name = "ingenic-uart",
- .owner = THIS_MODULE,
.of_match_table = of_match,
},
.probe = ingenic_uart_probe,