]> Git Repo - J-u-boot.git/blobdiff - arch/arc/lib/init_helpers.c
common: Drop init.h from common header
[J-u-boot.git] / arch / arc / lib / init_helpers.c
index 435fe96ef447aa0e0779cb00de34d91b93e1cbaf..023eae190759938d6f64132003f7dd52049d6086 100644 (file)
@@ -1,14 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
+#include <init.h>
 #include <asm/cache.h>
 #include <common.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 int init_cache_f_r(void)
 {
        sync_n_cleanup_cache_all();
This page took 0.025314 seconds and 4 git commands to generate.