]> xenbits.xensource.com Git - xen.git/commit
xen/emul-i8254: remove forward declarations and re-order functions
authorFederico Serafini <federico.serafini@bugseng.com>
Mon, 25 Sep 2023 08:57:21 +0000 (10:57 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 25 Sep 2023 08:57:21 +0000 (10:57 +0200)
commitd6351a10c80fcbbf2b5996d351b7181ba17b3b32
tree653c94aed02bff5690d213864c9af15fc85fd6b5
parent7e55acb58a0578e8f8c48f1a0ae0b572ad76c903
xen/emul-i8254: remove forward declarations and re-order functions

Remove forward declarations, including one that violates MISRA C Rule
8.3 ("All declarations of an object or function shall use the same
names and type qualifiers"), and re-order functions.
No functional change.

Signed-off-by: Federico Serafini <federico.serafini@bugseng.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
xen/arch/x86/emul-i8254.c