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>
6 lines
171 B
Makefile
6 lines
171 B
Makefile
obj-$(CONFIG_PL320_MBOX) += pl320-ipc.o
|
|
|
|
obj-$(CONFIG_OMAP_MBOX) += omap-mailbox.o
|
|
obj-$(CONFIG_OMAP2PLUS_MBOX) += mailbox_omap2.o
|
|
mailbox_omap2-objs := mailbox-omap2.o
|