summaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorPradeep Kumar <pgoudagunta@nvidia.com>2012-05-14 17:56:00 +0530
committerSimone Willett <swillett@nvidia.com>2012-05-15 15:52:13 -0700
commit523a88997eb7641b312c4e7d9c519dc99a484823 (patch)
tree6e5a5aff9b3604dc4084e0b35ca37e310a0b7f3d /drivers/tty
parent3b2fd116f0073c8ef35dc927edb8edb55f066e6c (diff)
tty: serial: tegra: Fix section mismatch warnings
Fix section mismatch warnings derived from tegra_uart_platform_driver. Bug 984436 Change-Id: Iec737f28b0a7ce3ae521ad788e6ca5a101675c52 Signed-off-by: Pradeep Kumar <pgoudagunta@nvidia.com> Reviewed-on: http://git-master/r/102237 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/tegra_hsuart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/tegra_hsuart.c b/drivers/tty/serial/tegra_hsuart.c
index 4169cbcbf299..8b65e20c4d3e 100644
--- a/drivers/tty/serial/tegra_hsuart.c
+++ b/drivers/tty/serial/tegra_hsuart.c
@@ -1638,7 +1638,7 @@ int tegra_uart_is_tx_empty(struct uart_port *uport)
return tegra_tx_empty(uport);
}
-static struct platform_driver tegra_uart_platform_driver = {
+static struct platform_driver tegra_uart_platform_driver __refdata= {
.probe = tegra_uart_probe,
.remove = __devexit_p(tegra_uart_remove),
.suspend = tegra_uart_suspend,