projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
434bd03
)
staging: sbe-2t3e3: remove use of __devexit
author
Bill Pemberton
<
[email protected]
>
Mon, 19 Nov 2012 18:26:47 +0000
(13:26 -0500)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 21 Nov 2012 23:05:10 +0000
(15:05 -0800)
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/sbe-2t3e3/module.c
patch
|
blob
|
history
diff --git
a/drivers/staging/sbe-2t3e3/module.c
b/drivers/staging/sbe-2t3e3/module.c
index 33db820dc6a1625871d4da9beb2ec4b71c23e156..ae7af397a99249de4a3ccace32c8f13df85496ce 100644
(file)
--- a/
drivers/staging/sbe-2t3e3/module.c
+++ b/
drivers/staging/sbe-2t3e3/module.c
@@
-117,7
+117,7
@@
disable:
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;