projects
/
GitHub
/
LineageOS
/
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:
305c891
)
ptp: remove use of __devinit
author
Bill Pemberton
<wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:23:28 +0000
(13:23 -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 __devinit 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 e624e4dd2abb001444c08dc0593800ddab9f8da0..304cec21bc42580c72631ef386e50a4e56a83650 100644
(file)
--- a/
drivers/ptp/ptp_pch.c
+++ b/
drivers/ptp/ptp_pch.c
@@
-581,7
+581,7
@@
static void __devexit pch_remove(struct pci_dev *pdev)
dev_info(&pdev->dev, "complete\n");
}
-static s32
__devinit
+static s32
pch_probe(struct pci_dev *pdev, const struct pci_device_id *id)
{
s32 ret;