From 3c91589a14c9a39b0e0e440b5af4273b6147a8d2 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 1 Aug 2024 09:41:25 +0200 Subject: [PATCH] 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 --- drivers/i2c/muxes/pca954x.c | 3 --- 1 file changed, 3 deletions(-) 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, -- 2.39.5