projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d71415e
)
mfd: Fix up section mismatches in SH SDHI.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 16 Sep 2010 08:14:40 +0000
(17:14 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 16 Sep 2010 08:14:40 +0000
(17:14 +0900)
The current probe/remove definitions are split between __init and
__devexit, make them consistent by switching to __devinit.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/mfd/sh_mobile_sdhi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/sh_mobile_sdhi.c
b/drivers/mfd/sh_mobile_sdhi.c
index cd164595f08a0cedfc7335a3033fe7a0980ca025..49b4d069cbf912070b16e3d740fceaa17ef662af 100644
(file)
--- a/
drivers/mfd/sh_mobile_sdhi.c
+++ b/
drivers/mfd/sh_mobile_sdhi.c
@@
-65,7
+65,7
@@
static void sh_mobile_sdhi_set_pwr(struct platform_device *tmio, int state)
p->set_pwr(pdev, state);
}
-static int __init sh_mobile_sdhi_probe(struct platform_device *pdev)
+static int __
dev
init sh_mobile_sdhi_probe(struct platform_device *pdev)
{
struct sh_mobile_sdhi *priv;
struct tmio_mmc_data *mmc_data;