dm: core: add ofnode and dev function to iterate on node property
[oweals/u-boot.git] / test / dm / mailbox.c
index be7bd6de06005081d8e4ba7c14c231e58ff136f6..e6c521b8b5429b1eede509026dcd105cffdaa26e 100644 (file)
@@ -1,11 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2016, NVIDIA CORPORATION.
- *
- * SPDX-License-Identifier: GPL-2.0
  */
 
 #include <common.h>
 #include <dm.h>
+#include <malloc.h>
 #include <dm/test.h>
 #include <asm/mbox.h>
 #include <test/ut.h>