From: Michal Simek Date: Thu, 1 Aug 2024 07:41:25 +0000 (+0200) Subject: i2c: pca954x: Remove pointer to GD X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=3c91589a14c9a39b0e0e440b5af4273b6147a8d2;p=u-boot.git i2c: pca954x: Remove pointer to GD There is no reason to have any pointer to GD that's why remove it. Signed-off-by: Michal Simek Reviewed-by: Heiko Schocher --- diff --git a/drivers/i2c/muxes/pca954x.c b/drivers/i2c/muxes/pca954x.c index b4e3e16a97..795288fe2e 100644 --- a/drivers/i2c/muxes/pca954x.c +++ b/drivers/i2c/muxes/pca954x.c @@ -10,12 +10,9 @@ #include #include #include -#include #include -DECLARE_GLOBAL_DATA_PTR; - enum pca_type { PCA9543, PCA9544,