sched/vtime: Move vtime accounting external declarations above inlines
authorSean Christopherson <seanjc@google.com>
Wed, 5 May 2021 00:27:31 +0000 (17:27 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 5 May 2021 20:54:11 +0000 (22:54 +0200)
commitb41c723b203e19480c26f2ec8f04eedc03d34b34
tree331a791cb2f2f40c8d4b03b46d246eab8245541b
parent160457140187c5fb127b844e5a85f87f00a01b14
sched/vtime: Move vtime accounting external declarations above inlines

Move the blob of external declarations (and their stubs) above the set of
inline definitions (and their stubs) for vtime accounting.  This will
allow a future patch to bring in more inline definitions without also
having to shuffle large chunks of code.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Link: https://lore.kernel.org/r/20210505002735.1684165-5-seanjc@google.com
include/linux/vtime.h