aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/mailbox-omap2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mailbox/mailbox-omap2.c')
-rw-r--r--drivers/mailbox/mailbox-omap2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mailbox/mailbox-omap2.c b/drivers/mailbox/mailbox-omap2.c
index eba380d7b17f..42d2b893ea67 100644
--- a/drivers/mailbox/mailbox-omap2.c
+++ b/drivers/mailbox/mailbox-omap2.c
@@ -325,7 +325,6 @@ static int omap2_mbox_remove(struct platform_device *pdev)
kfree(privblk);
kfree(mboxblk);
kfree(list);
- platform_set_drvdata(pdev, NULL);
return 0;
}