diff options
author | Tom Rini <trini@konsulko.com> | 2022-01-18 12:31:42 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-18 12:31:42 -0500 |
commit | 115090ef59ba6a371bed40181af8ceecc5635777 (patch) | |
tree | 4bd3d9c53a16adcbb4f1498f0f0ed0fa011a5ef0 /post/lib_powerpc/string.c | |
parent | 4e81f3be340072ad2c0aac093677333702f14f22 (diff) | |
parent | 1041eae4203cac442e4750a22c1f0007e2b9f628 (diff) |
Merge branch '2022-01-17-assorted-updates'
- musb gadget pinctrl-single, pxa3xx nand bugfixes
- btrfs BLAKE2 hash support and another btrfs fix
- board_r cleanups
Diffstat (limited to 'post/lib_powerpc/string.c')
-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; |