summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorRasmus Villemoes <[email protected]>2024-10-03 23:28:02 +0200
committerStefan Roese <[email protected]>2024-10-23 07:02:25 +0200
commit6459964d738fe74f2cec7bca7caa1de444bc9d54 (patch)
tree0777c35f2d79a480f2157690802ef0a13b11c570 /include/asm-generic
parenta21aed059761d67066d71a09b2dfb9387fdcfcbd (diff)
global_data.h: remove unnecesary include of cyclic.h
Nothing in cyclic.h is needed to define struct global_data, so do not include that header. If any .c file relies on getting cyclic.h through asm/global_data.h, it needs to include it itself. Signed-off-by: Rasmus Villemoes <[email protected]> Reviewed-by: Tom Rini <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/global_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h
index 644a0d77873..b84cc5bbecd 100644
--- a/include/asm-generic/global_data.h
+++ b/include/asm-generic/global_data.h
@@ -21,7 +21,6 @@
#ifndef __ASSEMBLY__
#include <board_f.h>
-#include <cyclic.h>
#include <event_internal.h>
#include <fdtdec.h>
#include <membuff.h>