mailbox/omap: remove OMAP1 mailbox driver
authorSuman Anna <s-anna@ti.com>
Wed, 25 Jun 2014 00:43:38 +0000 (19:43 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 29 Jul 2014 08:55:09 +0000 (01:55 -0700)
commit79859094e5bcc869f3fb7239b86a7f6b111f156a
tree19eb7de5413539d2c4ce47e72a24cdc7359ce22e
parent28299a47f40af6af40c316989867cc1f56ec827b
mailbox/omap: remove OMAP1 mailbox driver

There are no existing users for OMAP1 mailbox driver
in kernel. Commit ab6f775 "Removing dead OMAP_DSP"
has cleaned up all the dead code related to the only
possible user, including the creation of the mailbox
platform device.

Remove this stale driver so that the OMAP mailbox
driver can be simplified and streamlined better for
converting to mailbox framework.

Signed-off-by: Suman Anna <s-anna@ti.com>
Acked-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/configs/omap1_defconfig
drivers/mailbox/Kconfig
drivers/mailbox/Makefile
drivers/mailbox/mailbox-omap1.c [deleted file]