]> Git Repo - J-u-boot.git/blobdiff - fs/ubifs/log.c
common: Drop log.h from common header
[J-u-boot.git] / fs / ubifs / log.c
index a07fdef12f26dbd3aea78c9054b6746c5ec07dcc..77ff52575eaaa4eef40b1cc1731931bf830e5900 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: Artem Bityutskiy (Битюцкий Артём)
  *          Adrian Hunter
  */
@@ -17,6 +16,8 @@
  */
 
 #ifdef __UBOOT__
+#include <log.h>
+#include <dm/devres.h>
 #include <linux/err.h>
 #endif
 #include "ubifs.h"
This page took 0.021778 seconds and 4 git commands to generate.