diff options
author | Hector Martin <marcan@marcan.st> | 2023-03-14 19:47:32 +0900 |
---|---|---|
committer | Hector Martin <marcan@marcan.st> | 2023-11-23 19:10:17 +0900 |
commit | 143897c4fa976d02bfafe5ae32b9ffc60dc6145a (patch) | |
tree | b14e36ec11aa281cdaab6460836bb529db9cdbd5 /drivers/mailbox/Makefile | |
parent | bb538effdc71397f2d08bb98df6b326d3b5b2333 (diff) |
mailbox: apple: Delete driver
This driver is now orphaned and superseded by
drivers/soc/apple/mailbox.c.
Acked-by: Eric Curtin <ecurtin@redhat.com>
Acked-by: Neal Gompa <neal@gompa.dev>
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to 'drivers/mailbox/Makefile')
-rw-r--r-- | drivers/mailbox/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mailbox/Makefile b/drivers/mailbox/Makefile index fc9376117111..18793e6caa2f 100644 --- a/drivers/mailbox/Makefile +++ b/drivers/mailbox/Makefile @@ -60,5 +60,3 @@ obj-$(CONFIG_SUN6I_MSGBOX) += sun6i-msgbox.o obj-$(CONFIG_SPRD_MBOX) += sprd-mailbox.o obj-$(CONFIG_QCOM_IPCC) += qcom-ipcc.o - -obj-$(CONFIG_APPLE_MAILBOX) += apple-mailbox.o |