string: drop redundant declarations
authorJan Beulich <jbeulich@suse.com>
Fri, 16 Apr 2021 12:44:01 +0000 (14:44 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 16 Apr 2021 12:44:01 +0000 (14:44 +0200)
commit9b47be876f2a9521bb1f247d855603c00bc99465
treef37ca7801e34821bfe1324f0cb043a25e7c0cf81
parent849db4945b8b166085751681ac8b4f5b7cefece0
string: drop redundant declarations

These standard functions shouldn't need custom declarations. The only
case where redundancy might be needed is if there were inline functions
there. But we don't have any here (anymore). Prune the per-arch headers
of duplicate declarations while moving the asm/string.h inclusion past
the declarations.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/include/asm-arm/string.h
xen/include/asm-x86/string.h
xen/include/xen/string.h