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:
88ba547
)
sata_mv: Remove unneeded forward declaration
author
Ezequiel Garcia
<ezequiel.garcia@free-electrons.com>
Mon, 29 Jul 2013 15:21:21 +0000
(12:21 -0300)
committer
Tejun Heo
<tj@kernel.org>
Mon, 29 Jul 2013 15:58:47 +0000
(11:58 -0400)
These forward declarations are no longer needed, and are probably
historical left-over.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/sata_mv.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/sata_mv.c
b/drivers/ata/sata_mv.c
index 35c6b6d09c277526d93461388b6971069c644341..10ea99a0192df97c90b61fe74c3e998fdbf038f4 100644
(file)
--- a/
drivers/ata/sata_mv.c
+++ b/
drivers/ata/sata_mv.c
@@
-4428,9
+4428,6
@@
static int mv_pci_device_resume(struct pci_dev *pdev)
#endif
#endif
-static int mv_platform_probe(struct platform_device *pdev);
-static int mv_platform_remove(struct platform_device *pdev);
-
static int __init mv_init(void)
{
int rc = -ENODEV;