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

Commit 091930a2 authored by Mark Langsdorf's avatar Mark Langsdorf Committed by Rafael J. Wysocki
Browse files

mailbox, pl320-ipc: remove __init from probe function



Avoids a section mismatch.

Signed-off-by: default avatarMark Langsdorf <mark.langsdorf@calxeda.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 6dbe51c2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -138,8 +138,7 @@ int pl320_ipc_unregister_notifier(struct notifier_block *nb)
}
EXPORT_SYMBOL_GPL(pl320_ipc_unregister_notifier);

static int __init pl320_probe(struct amba_device *adev,
				const struct amba_id *id)
static int pl320_probe(struct amba_device *adev, const struct amba_id *id)
{
	int ret;