Skip to content

Commit

Permalink
serial: altera_uart: Proper section for altera_uart_remove
Browse files Browse the repository at this point in the history
altera_uart_remove should be in .devexit.text

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Tobias Klauser authored and Greg Kroah-Hartman committed Jun 4, 2010
1 parent 962400e commit c1bfffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/altera_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c1bfffa

Please sign in to comment.