]> git.sur5r.net Git - u-boot/blobdiff - drivers/reset/reset-uclass.c
mtd: nand: mxs_nand: add minimal ECC support
[u-boot] / drivers / reset / reset-uclass.c
index fa4f6538edd7fe6972839727f22e9787f775a0fa..38995376350b757aae7efb9114d2eac5763bb4e0 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2016, NVIDIA CORPORATION.
- *
- * SPDX-License-Identifier: GPL-2.0
  */
 
 #include <common.h>
@@ -10,8 +9,6 @@
 #include <reset.h>
 #include <reset-uclass.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static inline struct reset_ops *reset_dev_ops(struct udevice *dev)
 {
        return (struct reset_ops *)dev->driver->ops;