Skip to content

Commit

Permalink
staging: sbe-2t3e3: remove use of __devexit
Browse files Browse the repository at this point in the history
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 434bd03 commit a46303c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/sbe-2t3e3/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static int t3e3_init_channel(struct channel *channel, struct pci_dev *pdev, stru
return err;
}

static void __devexit t3e3_remove_card(struct pci_dev *pdev)
static void t3e3_remove_card(struct pci_dev *pdev)
{
struct channel *channel0 = pci_get_drvdata(pdev);
struct card *card = channel0->card;
Expand Down

0 comments on commit a46303c

Please sign in to comment.