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

Commit c1bfffa9 authored by Tobias Klauser's avatar Tobias Klauser Committed by Greg Kroah-Hartman
Browse files

serial: altera_uart: Proper section for altera_uart_remove



altera_uart_remove should be in .devexit.text

Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 962400e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -498,7 +498,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;