
13 Oct
2017
13 Oct
'17
12:29 p.m.
No global pointer is used in this file.
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com ---
drivers/i2c/i2c-uclass.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/drivers/i2c/i2c-uclass.c b/drivers/i2c/i2c-uclass.c index 1397f34..920811a 100644 --- a/drivers/i2c/i2c-uclass.c +++ b/drivers/i2c/i2c-uclass.c @@ -12,8 +12,6 @@ #include <dm/device-internal.h> #include <dm/lists.h>
-DECLARE_GLOBAL_DATA_PTR; - #define I2C_MAX_OFFSET_LEN 4
/* Useful debugging function */
--
2.7.4