X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fi2c%2Fsandbox_i2c.c;h=66578510849dbb770059136fd8cddb50b068296b;hb=c232d14d11e29c88f2c6149d2c152f496caa5889;hp=f5978fda29b14fd26a5c1e5bfe3be9b53240e832;hpb=aabf79929ed69c1d8e4db8b15a0b53d46b1eeeaf;p=u-boot diff --git a/drivers/i2c/sandbox_i2c.c b/drivers/i2c/sandbox_i2c.c index f5978fda29..6657851084 100644 --- a/drivers/i2c/sandbox_i2c.c +++ b/drivers/i2c/sandbox_i2c.c @@ -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 @@ -14,8 +13,6 @@ #include #include -DECLARE_GLOBAL_DATA_PTR; - struct sandbox_i2c_priv { bool test_mode; };