drop the memory patch.
diff --git a/queue-5.10/memory-mtk-smi-fix-device-leak-on-larb-probe.patch b/queue-5.10/memory-mtk-smi-fix-device-leak-on-larb-probe.patch
deleted file mode 100644
index 5b4b506..0000000
--- a/queue-5.10/memory-mtk-smi-fix-device-leak-on-larb-probe.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 4a91bea59327f84807630203429b3f79b1af2665 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Fri, 21 Nov 2025 17:46:23 +0100
-Subject: memory: mtk-smi: fix device leak on larb probe
-
-From: Johan Hovold <johan@kernel.org>
-
-[ Upstream commit 9dae65913b32d05dbc8ff4b8a6bf04a0e49a8eb6 ]
-
-Make sure to drop the reference taken when looking up the SMI device
-during larb probe on late probe failure (e.g. probe deferral) and on
-driver unbind.
-
-Fixes: cc8bbe1a8312 ("memory: mediatek: Add SMI driver")
-Fixes: 038ae37c510f ("memory: mtk-smi: add missing put_device() call in mtk_smi_device_link_common")
-Cc: stable@vger.kernel.org	# 4.6: 038ae37c510f
-Cc: stable@vger.kernel.org	# 4.6
-Cc: Yong Wu <yong.wu@mediatek.com>
-Cc: Miaoqian Lin <linmq006@gmail.com>
-Signed-off-by: Johan Hovold <johan@kernel.org>
-Link: https://patch.msgid.link/20251121164624.13685-3-johan@kernel.org
-Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/memory/mtk-smi.c |    1 +
- 1 file changed, 1 insertion(+)
-
---- a/drivers/memory/mtk-smi.c
-+++ b/drivers/memory/mtk-smi.c
-@@ -356,6 +356,7 @@ static int mtk_smi_larb_remove(struct pl
- {
- 	pm_runtime_disable(&pdev->dev);
- 	component_del(&pdev->dev, &mtk_smi_larb_component_ops);
-+	put_device(larb->smi_common_dev);
- 	return 0;
- }
- 
diff --git a/queue-5.10/series b/queue-5.10/series
index b89acca..5a80b96 100644
--- a/queue-5.10/series
+++ b/queue-5.10/series
@@ -4,7 +4,6 @@
 scsi-ufs-core-move-link-recovery-for-hibern8-exit-fa.patch
 alsa-usb-audio-cap-the-packet-size-pre-calculations.patch
 btrfs-fix-incorrect-key-offset-in-error-message-in-c.patch
-memory-mtk-smi-fix-device-leak-on-larb-probe.patch
 arm-omap2-add-missing-of_node_put-before-break-and-r.patch
 arm-omap2-fix-reference-count-leaks-in-omap_control_.patch
 bus-fsl-mc-replace-snprintf-and-sprintf-with-sysfs_e.patch