diff options
Diffstat (limited to 'post')
-rw-r--r-- | post/lib_powerpc/string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/post/lib_powerpc/string.c b/post/lib_powerpc/string.c index fc460ceb9f..0d8d280b27 100644 --- a/post/lib_powerpc/string.c +++ b/post/lib_powerpc/string.c @@ -26,7 +26,6 @@ extern void cpu_post_exec_02 (ulong *code, ulong op1, ulong op2); extern void cpu_post_exec_04 (ulong *code, ulong op1, ulong op2, ulong op3, ulong op4); -#include <bedbug/regs.h> int cpu_post_test_string (void) { int ret = 0; |