dm: core: Require users of devres to include the header
[oweals/u-boot.git] / drivers / block / blk-uclass.c
index ca8978f0e1404a437f7ed5e15a6386cf99b5aa71..77711144919ba8d53e94c88730ffb68f8043b109 100644 (file)
@@ -10,6 +10,7 @@
 #include <dm/device-internal.h>
 #include <dm/lists.h>
 #include <dm/uclass-internal.h>
+#include <linux/err.h>
 
 static const char *if_typename_str[IF_TYPE_COUNT] = {
        [IF_TYPE_IDE]           = "ide",