mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-10 10:32:31 +00:00
Function declarations fix these sparse warnings: arch/microblaze/lib/ashldi3.c:5:11: warning: symbol '__ashldi3' was not declared. Should it be static? arch/microblaze/lib/muldi3.c:50:8: warning: symbol '__muldi3' was not declared. Should it be static? arch/microblaze/lib/cmpdi2.c:5:11: warning: symbol '__cmpdi2' was not declared. Should it be static? arch/microblaze/lib/lshrdi3.c:5:11: warning: symbol '__lshrdi3' was not declared. Should it be static? arch/microblaze/lib/ashrdi3.c:5:11: warning: symbol '__ashrdi3' was not declared. Should it be static? arch/microblaze/lib/ucmpdi2.c:5:11: warning: symbol '__ucmpdi2' was not declared. Should it be static? Signed-off-by: Michal Simek <michal.simek@xilinx.com> |
||
|---|---|---|
| .. | ||
| ashldi3.c | ||
| ashrdi3.c | ||
| cmpdi2.c | ||
| divsi3.S | ||
| fastcopy.S | ||
| libgcc.h | ||
| lshrdi3.c | ||
| Makefile | ||
| memcpy.c | ||
| memmove.c | ||
| memset.c | ||
| modsi3.S | ||
| muldi3.c | ||
| mulsi3.S | ||
| uaccess_old.S | ||
| ucmpdi2.c | ||
| udivsi3.S | ||
| umodsi3.S | ||