* [PATCH] mailbox, pl320-ipc: remove __init from probe function
@ 2013-02-28 18:29 Mark Langsdorf
0 siblings, 0 replies; only message in thread
From: Mark Langsdorf @ 2013-02-28 18:29 UTC (permalink / raw)
To: linux-arm-kernel
Avoids a section mismatch.
Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
---
drivers/mailbox/pl320-ipc.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/mailbox/pl320-ipc.c b/drivers/mailbox/pl320-ipc.c
index c45b3ae..d873cba 100644
--- a/drivers/mailbox/pl320-ipc.c
+++ b/drivers/mailbox/pl320-ipc.c
@@ -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;
--
1.7.10.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-28 18:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28 18:29 [PATCH] mailbox, pl320-ipc: remove __init from probe function Mark Langsdorf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).