lldpd: further size reductions
[openwrt/openwrt.git] / package / boot / uboot-mediatek / patches / 010-ahci-mediatek-fix-missing-dev_err-definition.patch
1 From 7089c413216f1c0e374d71187030fe41ae4b3071 Mon Sep 17 00:00:00 2001
2 From: Frank Wunderlich <frank-w@public-files.de>
3 Date: Tue, 3 Nov 2020 19:45:30 +0100
4 Subject: [PATCH] ahci: mediatek: fix missing dev_err definition
5
6 ---
7 drivers/ata/mtk_ahci.c | 1 +
8 1 file changed, 1 insertion(+)
9
10 --- a/drivers/ata/mtk_ahci.c
11 +++ b/drivers/ata/mtk_ahci.c
12 @@ -21,6 +21,7 @@
13 #include <sata.h>
14 #include <scsi.h>
15 #include <syscon.h>
16 +#include <dm/device_compat.h>
17
18 #define SYS_CFG 0x14
19 #define SYS_CFG_SATA_MSK GENMASK(31, 30)