projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb4f38
)
staging: sm7xxfb: remove use of __devexit
author
Bill Pemberton
<wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:26:49 +0000
(13:26 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 23:05:12 +0000
(15:05 -0800)
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>
drivers/staging/sm7xxfb/sm7xxfb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/sm7xxfb/sm7xxfb.c
b/drivers/staging/sm7xxfb/sm7xxfb.c
index 3c0ba60ec4f23a21807c087cb08d9465a43f56bf..0764bbbfd497d78696f139e10d99e588cb2da431 100644
(file)
--- a/
drivers/staging/sm7xxfb/sm7xxfb.c
+++ b/
drivers/staging/sm7xxfb/sm7xxfb.c
@@
-928,7
+928,7
@@
static DEFINE_PCI_DEVICE_TABLE(smtcfb_pci_table) = {
{0,}
};
-static void
__devexit
smtcfb_pci_remove(struct pci_dev *pdev)
+static void smtcfb_pci_remove(struct pci_dev *pdev)
{
struct smtcfb_info *sfb;