From d67bdaa7999944001391fc238f00dfbaf7e9929a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Nov 2019 12:57:48 -0700 Subject: common: Move trap_init() out of common.h Move this function into the init.h header file. Signed-off-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Daniel Schwierzeck --- include/init.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/init.h') diff --git a/include/init.h b/include/init.h index 3b45e631fc..8b65b2afe4 100644 --- a/include/init.h +++ b/include/init.h @@ -208,6 +208,8 @@ int board_early_init_r(void); /* TODO(sjg@chromium.org): Drop this when DM_PCI migration is completed */ void pci_init_board(void); +void trap_init(unsigned long reloc_addr); + #endif /* __ASSEMBLY__ */ /* Put only stuff here that the assembler can digest */ -- cgit v1.2.3