aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mediatek/patches/010-ahci-mediatek-fix-missing-dev_err-definition.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-mediatek/patches/010-ahci-mediatek-fix-missing-dev_err-definition.patch')
-rw-r--r--package/boot/uboot-mediatek/patches/010-ahci-mediatek-fix-missing-dev_err-definition.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/boot/uboot-mediatek/patches/010-ahci-mediatek-fix-missing-dev_err-definition.patch b/package/boot/uboot-mediatek/patches/010-ahci-mediatek-fix-missing-dev_err-definition.patch
deleted file mode 100644
index 448bf7b865..0000000000
--- a/package/boot/uboot-mediatek/patches/010-ahci-mediatek-fix-missing-dev_err-definition.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From 7089c413216f1c0e374d71187030fe41ae4b3071 Mon Sep 17 00:00:00 2001
-From: Frank Wunderlich <frank-w@public-files.de>
-Date: Tue, 3 Nov 2020 19:45:30 +0100
-Subject: [PATCH] ahci: mediatek: fix missing dev_err definition
-
----
- drivers/ata/mtk_ahci.c | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/drivers/ata/mtk_ahci.c
-+++ b/drivers/ata/mtk_ahci.c
-@@ -21,6 +21,7 @@
- #include <sata.h>
- #include <scsi.h>
- #include <syscon.h>
-+#include <dm/device_compat.h>
-
- #define SYS_CFG 0x14
- #define SYS_CFG_SATA_MSK GENMASK(31, 30)