]> Git Repo - J-u-boot.git/blobdiff - fs/ubifs/ubifs.h
common: Drop asm/global_data.h from common header
[J-u-boot.git] / fs / ubifs / ubifs.h
index cbc4cb2bc899afba2c423afd0fb0fbee58e37274..512fdaa1444d1155bcf260be3156c19ce65578d1 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * This file is part of UBIFS.
  *
@@ -6,8 +7,6 @@
  * (C) Copyright 2008-2009
  * Stefan Roese, DENX Software Engineering, [email protected].
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  * Authors: Artem Bityutskiy (Битюцкий Артём)
  *          Adrian Hunter
  */
@@ -317,8 +316,8 @@ struct super_block {
        struct backing_dev_info *s_bdi;
 #endif
        struct mtd_info         *s_mtd;
-       struct hlist_node       s_instances;
 #ifndef __UBOOT__
+       struct hlist_node       s_instances;
        struct quota_info       s_dquot;        /* Diskquota specific options */
 #endif
 
This page took 0.026624 seconds and 4 git commands to generate.