tty: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Jiri Slaby <jirislaby@gmail.com> Cc: Alan Cox <alan@linux.intel.com> Acked-by: Tobias Klauser <tklauser@distanz.ch> Cc: Lucas Tavares <lucaskt@linux.vnet.ibm.com> Cc: Daniel Walker <dwalker@fifo99.com> Cc: Bryan Huntsman <bryanh@codeaurora.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: Peter Korsgaard <jacmet@sunsite.dk> Cc: Tony Prisk <linux@prisktech.co.nz> Acked-by: David Brown <davidb@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
512f82a064
commit
ae8d8a1467
@@ -1507,7 +1507,7 @@ err:
|
||||
return ret;
|
||||
}
|
||||
|
||||
static void __devexit tty_exit(struct nozomi *dc)
|
||||
static void tty_exit(struct nozomi *dc)
|
||||
{
|
||||
unsigned int i;
|
||||
|
||||
@@ -1530,7 +1530,7 @@ static void __devexit tty_exit(struct nozomi *dc)
|
||||
}
|
||||
|
||||
/* Deallocate memory for one device */
|
||||
static void __devexit nozomi_card_exit(struct pci_dev *pdev)
|
||||
static void nozomi_card_exit(struct pci_dev *pdev)
|
||||
{
|
||||
int i;
|
||||
struct ctrl_ul ctrl;
|
||||
|
Reference in New Issue
Block a user