projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c0a425
)
ptp: remove use of __devexit
author
Bill Pemberton
<wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:26:08 +0000
(13:26 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 28 Nov 2012 20:12:32 +0000
(12:12 -0800)
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ptp/ptp_pch.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ptp/ptp_pch.c
b/drivers/ptp/ptp_pch.c
index 304cec21bc42580c72631ef386e50a4e56a83650..1367655eee39784ec53995a55270f6fb349f89a7 100644
(file)
--- a/
drivers/ptp/ptp_pch.c
+++ b/
drivers/ptp/ptp_pch.c
@@
-557,7
+557,7
@@
static s32 pch_resume(struct pci_dev *pdev)
#define pch_resume NULL
#endif
-static void
__devexit
pch_remove(struct pci_dev *pdev)
+static void pch_remove(struct pci_dev *pdev)
{
struct pch_dev *chip = pci_get_drvdata(pdev);