[POWERPC] bootwrapper: Declare udelay() in ops.h
Declarations in various users are removed. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
dc4f397d6e
commit
3ee9b7abaf
@ -193,5 +193,6 @@ static inline void exit(void)
|
||||
void *_platform_stack_top = _bss_stack + sizeof(_bss_stack);
|
||||
|
||||
extern unsigned long timebase_period_ns;
|
||||
void udelay(long delay);
|
||||
|
||||
#endif /* _PPC_BOOT_OPS_H_ */
|
||||
|
Reference in New Issue
Block a user