]> git.sur5r.net Git - u-boot/blobdiff - drivers/core/simple-bus.c
ARM: dts: rmobile: Add initial SDHI nodes to R8A77990 E3
[u-boot] / drivers / core / simple-bus.c
index 14803e32b12f5a85ba6abb4bd0c0dea5c2bccf45..e16d8a9ff4a9b6bb111e391d70792d7481c8c84d 100644 (file)
@@ -1,14 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2014 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <dm.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct simple_bus_plat {
        u32 base;
        u32 size;