diff options
Diffstat (limited to 'common/cros_ec.c')
-rw-r--r-- | common/cros_ec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/cros_ec.c b/common/cros_ec.c index 7a4f785bc8..1a0caf80dd 100644 --- a/common/cros_ec.c +++ b/common/cros_ec.c @@ -13,8 +13,6 @@ #include <dm.h> #include <errno.h> -DECLARE_GLOBAL_DATA_PTR; - struct cros_ec_dev *board_get_cros_ec_dev(void) { struct udevice *dev; |