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:
f4e1b7c
)
staging: xgifb: remove use of __devexit
author
Bill Pemberton
<
[email protected]
>
Mon, 19 Nov 2012 18:26:55 +0000
(13:26 -0500)
committer
Greg Kroah-Hartman
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/xgifb/XGI_main_26.c
patch
|
blob
|
history
diff --git
a/drivers/staging/xgifb/XGI_main_26.c
b/drivers/staging/xgifb/XGI_main_26.c
index 044374e3ac981280bc0f6837697aeecba20d7108..e0f745de7e7a6f721823e9052e42287b5d76c056 100644
(file)
--- a/
drivers/staging/xgifb/XGI_main_26.c
+++ b/
drivers/staging/xgifb/XGI_main_26.c
@@
-2103,7
+2103,7
@@
error:
/* PCI DEVICE HANDLING */
/*****************************************************/
-static void
__devexit
xgifb_remove(struct pci_dev *pdev)
+static void xgifb_remove(struct pci_dev *pdev)
{
struct xgifb_video_info *xgifb_info = pci_get_drvdata(pdev);
struct fb_info *fb_info = xgifb_info->fb_info;