Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
[oweals/u-boot.git] / fs / ubifs / orphan.c
index f5c8e23d0b39e75b0043971dda1e105f81d0dac3..6aa2890ff05c8ad7b031e009ce76675f1fe677f7 100644 (file)
@@ -1,13 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * This file is part of UBIFS.
  *
  * Copyright (C) 2006-2008 Nokia Corporation.
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  * Author: Adrian Hunter
  */
 
+#include <log.h>
+#include <dm/devres.h>
 #include <linux/err.h>
 #include "ubifs.h"