diff options
| author | Arnd Bergmann <[email protected]> | 2023-08-03 08:26:15 +0000 |
|---|---|---|
| committer | Borislav Petkov (AMD) <[email protected]> | 2023-08-03 10:08:35 +0000 |
| commit | 65412c8d72741cc6e6b082b478b8957d7e7c0480 (patch) | |
| tree | 8a3ad6707799ee8112c11919cf54aec241c4528c /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
| parent | Revert "sched/fair: Move unused stub functions to header" (diff) | |
| download | kernel-65412c8d72741cc6e6b082b478b8957d7e7c0480.tar.gz kernel-65412c8d72741cc6e6b082b478b8957d7e7c0480.zip | |
x86/asm: Avoid unneeded __div64_32 function definition
The __div64_32() function is provided for 32-bit architectures that
don't have a custom do_div() implementation. x86_32 has one, and
does not use the header file that declares the function prototype,
so the definition causes a W=1 warning:
lib/math/div64.c:31:32: error: no previous prototype for '__div64_32' [-Werror=missing-prototypes]
Define an empty macro to prevent the function definition from getting
built, which avoids the warning and saves a little .text space.
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions
