test: dm: update test for open-drain/open-source emulation in gpio-uclass
[oweals/u-boot.git] / test / dm / mmc.c
index 5bca4b79d597b43fe2ea0ffde788d422e5b2fa93..9ab0db1b66fee7f27489cd20311b6692d7e82491 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2015 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -10,8 +9,6 @@
 #include <dm/test.h>
 #include <test/ut.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /*
  * Basic test of the mmc uclass. We could expand this by implementing an MMC
  * stack for sandbox, or at least implementing the basic operation.