]> git.sur5r.net Git - u-boot/blobdiff - drivers/i2c/sandbox_i2c.c
clk: rmobile: Add R8A77995 RPC clock
[u-boot] / drivers / i2c / sandbox_i2c.c
index f5978fda29b14fd26a5c1e5bfe3be9b53240e832..66578510849dbb770059136fd8cddb50b068296b 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Simulate an I2C port
  *
  * Copyright (c) 2014 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -14,8 +13,6 @@
 #include <dm/lists.h>
 #include <dm/device-internal.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct sandbox_i2c_priv {
        bool test_mode;
 };