]> git.dujemihanovic.xyz Git - u-boot.git/commit
spi: ca_sflash: Add missing dm include
authorJohn Watts <contact@jookia.org>
Sat, 27 Apr 2024 05:40:42 +0000 (15:40 +1000)
committerTom Rini <trini@konsulko.com>
Wed, 9 Oct 2024 20:52:43 +0000 (14:52 -0600)
commitc90a172d91547326387aa6b8a38bb0979ad929ed
tree25ec22a364584b617629608d6b477a103f0de094
parent11a3e6754dfa60624d6e93a49f76cbecd194ec6c
spi: ca_sflash: Add missing dm include

This code uses dev_err which is defined in dm/device_compat.h

Signed-off-by: John Watts <contact@jookia.org>
drivers/spi/ca_sflash.c