[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1275310868-21071-1-git-send-email-tklauser@distanz.ch>
Date: Mon, 31 May 2010 15:01:08 +0200
From: Tobias Klauser <tklauser@...tanz.ch>
To: gregkh@...e.de, linux-kernel@...r.kernel.org
Cc: alan@...rguk.ukuu.org.uk, akpm@...ux-foundation.org,
Tobias Klauser <tklauser@...tanz.ch>
Subject: [PATCH] altera_uart: Proper section for altera_uart_remove
altera_uart_remove should be in .devexit.text
Signed-off-by: Tobias Klauser <tklauser@...tanz.ch>
---
drivers/serial/altera_uart.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/serial/altera_uart.c b/drivers/serial/altera_uart.c
index bcee156..6dc22b0 100644
--- a/drivers/serial/altera_uart.c
+++ b/drivers/serial/altera_uart.c
@@ -516,7 +516,7 @@ static int __devinit altera_uart_probe(struct platform_device *pdev)
return 0;
}
-static int altera_uart_remove(struct platform_device *pdev)
+static int __devexit altera_uart_remove(struct platform_device *pdev)
{
struct uart_port *port;
int i;
--
1.6.3.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists