mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
mfd: Fix up section mismatches in SH SDHI.
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>
This commit is contained in:
parent
d71415e884
commit
25ab998e2e
@ -65,7 +65,7 @@ static void sh_mobile_sdhi_set_pwr(struct platform_device *tmio, int state)
|
|||||||
p->set_pwr(pdev, state);
|
p->set_pwr(pdev, state);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int __init sh_mobile_sdhi_probe(struct platform_device *pdev)
|
static int __devinit sh_mobile_sdhi_probe(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
struct sh_mobile_sdhi *priv;
|
struct sh_mobile_sdhi *priv;
|
||||||
struct tmio_mmc_data *mmc_data;
|
struct tmio_mmc_data *mmc_data;
|
||||||
|
Loading…
Reference in New Issue
Block a user