Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0973dddd authored by Domen Puncer's avatar Domen Puncer Committed by Dominik Brodowski
Browse files

[PATCH] au1xxx: pcmcia: fix __init called from non-init



This must not be marked __init, as it is called from
au1x00_drv_pcmcia_probe.

Signed-off-by: default avatarDomen Puncer <domen.puncer@ultra.si>
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent a2bcce8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ struct pcmcia_low_level db1x00_pcmcia_ops = {
	.socket_suspend		= db1x00_socket_suspend
};

int __init au1x_board_init(struct device *dev)
int au1x_board_init(struct device *dev)
{
	int ret = -ENODEV;
	bcsr->pcmcia = 0; /* turn off power, if it's not already off */