]> git.sur5r.net Git - u-boot/blobdiff - disk/part.c
common: print \n in initr_scsi()
[u-boot] / disk / part.c
index 44ef14dc54f0761d1f439ea4b0e78b650e7990c2..9266a09ec3f38d20855471680a70b8321ae9cdf7 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2001
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -24,8 +23,6 @@
 /* Check all partition types */
 #define PART_TYPE_ALL          -1
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static struct part_driver *part_driver_lookup_type(struct blk_desc *dev_desc)
 {
        struct part_driver *drv =