+ altera_uart-proper-section-for-altera_uart_remove.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     altera_uart: proper section for altera_uart_remove
has been added to the -mm tree.  Its filename is
     altera_uart-proper-section-for-altera_uart_remove.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: altera_uart: proper section for altera_uart_remove
From: Tobias Klauser <tklauser@xxxxxxxxxx>

altera_uart_remove() should be in .devexit.text

Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx>
Cc: Greg KH <greg@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/serial/altera_uart.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/serial/altera_uart.c~altera_uart-proper-section-for-altera_uart_remove drivers/serial/altera_uart.c
--- a/drivers/serial/altera_uart.c~altera_uart-proper-section-for-altera_uart_remove
+++ a/drivers/serial/altera_uart.c
@@ -498,7 +498,7 @@ static int __devinit altera_uart_probe(s
 	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;
_

Patches currently in -mm which might be from tklauser@xxxxxxxxxx are

origin.patch
linux-next.patch
altera_uart-simplify-altera_uart_console_putc-checkpatch-fixes.patch
altera_uart-proper-section-for-altera_uart_remove.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux