From: Peng Fan Date: Mon, 9 Feb 2026 01:30:13 +0000 (+0800) Subject: rockchip: evk_rk3308: Cleanup headers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d7b4c8a5b094cea20e60d4ebed58aa571b734d;p=thirdparty%2Fu-boot.git rockchip: evk_rk3308: Cleanup headers There is no user of 'gd', so drop the usage of DECLARE_GLOBAL_DATA_PTR and the including of 'asm/global_data.h'. Also include correct headers to avoid build error. Signed-off-by: Peng Fan --- diff --git a/board/rockchip/evb_rk3308/evb_rk3308.c b/board/rockchip/evb_rk3308/evb_rk3308.c index c895da934a9..75536fe117d 100644 --- a/board/rockchip/evb_rk3308/evb_rk3308.c +++ b/board/rockchip/evb_rk3308/evb_rk3308.c @@ -4,9 +4,8 @@ */ #include -#include - -DECLARE_GLOBAL_DATA_PTR; +#include +#include #define KEY_DOWN_MIN_VAL 0 #define KEY_DOWN_MAX_VAL 30