]> git.sur5r.net Git - u-boot/blobdiff - drivers/mailbox/sandbox-mbox-test.c
gpio: omap_gpio: Convert to auto-alloc feature when DT is supported
[u-boot] / drivers / mailbox / sandbox-mbox-test.c
index 02d161aada332be148b559e4bcedafc9a13468bd..ba1bb1cf957bd0245b4aef80b5cd01228b86d9ee 100644 (file)
@@ -1,12 +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 <mailbox_client.h>
+#include <mailbox.h>
 #include <asm/io.h>
 
 struct sandbox_mbox_test {