]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/mmc-uclass.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / mmc / mmc-uclass.c
index a3536b15ae677596c403b01e8a805d0f6df65061..f73f07254be664cdd5bd5c053b208c57cff47c0e 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2015 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -12,8 +11,6 @@
 #include <dm/lists.h>
 #include "mmc_private.h"
 
-DECLARE_GLOBAL_DATA_PTR;
-
 int dm_mmc_send_cmd(struct udevice *dev, struct mmc_cmd *cmd,
                    struct mmc_data *data)
 {