Skip to content
Snippets Groups Projects
Commit c4e5990a authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Heiko Schocher
Browse files

i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclass


No global pointer is used in this file.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarHeiko Schocher <hs@denx.de>
parent eb0044db
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment