aboutsummaryrefslogtreecommitdiff
path: root/include/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/post.h')
-rw-r--r--include/post.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/post.h b/include/post.h
index 4112069506..6e88d55072 100644
--- a/include/post.h
+++ b/include/post.h
@@ -105,9 +105,6 @@ void post_bootmode_clear (void);
int post_run (char *name, int flags);
int post_info (char *name);
int post_log (char *format, ...);
-#ifdef CONFIG_NEEDS_MANUAL_RELOC
-void post_reloc (void);
-#endif
unsigned long post_time_ms (unsigned long base);
/**