tegra: sound: Add an audio hub driver
[oweals/u-boot.git] / drivers / misc / i2c_eeprom_emul.c
index 52aa7d69e96cacb80e0c3c0aac19e9b862c1b9f9..29ed45923ffddbf3fdb4d2f8f51ca92446dcab74 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Simulate an I2C eeprom
  *
  * Copyright (c) 2014 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -19,8 +18,6 @@
 #define debug_buffer(x, ...)
 #endif
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct sandbox_i2c_flash_plat_data {
        enum sandbox_i2c_eeprom_test_mode test_mode;
        const char *filename;