Files
u-boot/drivers
Frank Wunderlich 93cac85d78 ahci: mediatek: fix undefined reference of dev_err
building with MTK_AHCI enabled results in implicit declaration and
undefined reference of dev_err followed by a segfault of gcc

drivers/ata/mtk_ahci.c: In function 'mtk_ahci_parse_property':
drivers/ata/mtk_ahci.c:65:4: warning:
implicit declaration of function 'dev_err'
drivers/ata/mtk_ahci.c:65: undefined reference to `dev_err'
in function `mtk_ahci_probe':
drivers/ata/mtk_ahci.c:92: undefined reference to `dev_err'
Segmentation fault

fix this by adding the dm/device_compat.h to includes

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
2021-03-19 10:35:19 -04:00
..
2021-03-08 10:32:34 +01:00
2021-03-09 09:42:12 +08:00
2021-02-07 19:22:54 +01:00
2021-02-24 16:51:49 -05:00
2021-01-05 16:20:26 -05:00
2021-03-10 11:48:09 +01:00
2021-01-23 11:30:31 +01:00
2020-11-06 10:18:20 +08:00