cbfs: Record the start address in cbfs_priv
[oweals/u-boot.git] / fs / ubifs / lpt.c
index b22b63b9438c50eff725baf8f936cf787863328d..62748b0210b2040b6b9811fce27eca7606e6b051 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * This file is part of UBIFS.
  *
  * Copyright (C) 2006-2008 Nokia Corporation.
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  * Authors: Adrian Hunter
  *          Artem Bityutskiy (Битюцкий Артём)
  */
@@ -34,6 +33,8 @@
 
 #include "ubifs.h"
 #ifndef __UBOOT__
+#include <log.h>
+#include <dm/devres.h>
 #include <linux/crc16.h>
 #include <linux/math64.h>
 #include <linux/slab.h>