]> git.sur5r.net Git - u-boot/blobdiff - drivers/i2c/tegra_i2c.c
Merge branch 'master' of git://git.denx.de/u-boot-video
[u-boot] / drivers / i2c / tegra_i2c.c
index 7d23e51b69d2158ac7942cd936c045eb1a269060..4be41ddbf057ce41335a61ff992f11320921c004 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
  * Copyright (c) 2010-2011 NVIDIA Corporation
  *  NVIDIA Corporation <www.nvidia.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -20,8 +19,6 @@
 #include <asm/arch/gpio.h>
 #include <asm/arch-tegra/tegra_i2c.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 enum i2c_type {
        TYPE_114,
        TYPE_STD,