From: Umang Jain Date: Thu, 7 Nov 2024 19:48:05 +0000 (+0530) Subject: staging: vchiq_core: Rectify header include for vchiq_dump_state() X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1ee792f6e956dc8e52e3360bab49a30cea581b3e;p=users%2Fjedix%2Flinux-maple.git staging: vchiq_core: Rectify header include for vchiq_dump_state() The header vchiq_core.h does not need . It needs the for vchiq_dump_state() to dump the vchiq state through vchiq_debugfs.[ch]. Signed-off-by: Umang Jain Link: https://lore.kernel.org/r/20241107194806.90408-3-umang.jain@ideasonboard.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h index fadca7b1b1965..9b4e766990a49 100644 --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h @@ -7,11 +7,11 @@ #include #include #include -#include #include #include #include #include +#include #include #include