Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4a69c05 authored by Lina Iyer's avatar Lina Iyer
Browse files

drivers: mailbox: rpmh-mailbox: rename file to match convention



Rename the qti-tcs.c file to match convention used in the
drivers/mailbox folder. Also rpmh-mailbox is a better name than
tcs-mailbox.

Change-Id: I3a398f2b41a3ef579b5661f2fe31a635a390237a
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent ecb04ebf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,6 +30,6 @@ obj-$(CONFIG_HI6220_MBOX) += hi6220-mailbox.o

obj-$(CONFIG_BCM_PDC_MBOX)	+= bcm-pdc-mailbox.o

obj-$(CONFIG_QTI_RPMH_MBOX)	+= qti-tcs.o
obj-$(CONFIG_QTI_RPMH_MBOX)	+= qcom-rpmh-mailbox.o

obj-$(CONFIG_MSM_QMP)	+= msm_qmp.o