Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mailbox, pl320-ipc: remove __init from probe function

Avoids a section mismatch.

Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Mark Langsdorf and committed by
Rafael J. Wysocki
091930a2 6dbe51c2

+1 -2
+1 -2
drivers/mailbox/pl320-ipc.c
··· 138 138 } 139 139 EXPORT_SYMBOL_GPL(pl320_ipc_unregister_notifier); 140 140 141 - static int __init pl320_probe(struct amba_device *adev, 142 - const struct amba_id *id) 141 + static int pl320_probe(struct amba_device *adev, const struct amba_id *id) 143 142 { 144 143 int ret; 145 144