Skip to content

Commit

Permalink
mailbox, pl320-ipc: remove __init from probe function
Browse files Browse the repository at this point in the history
Avoids a section mismatch.

Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Mark Langsdorf authored and Rafael J. Wysocki committed Mar 4, 2013
1 parent 6dbe51c commit 091930a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/mailbox/pl320-ipc.c
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 091930a

Please sign in to comment.