diff options
author | Sean Christopherson <seanjc@google.com> | 2022-11-30 23:09:12 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-12-29 15:41:22 -0500 |
commit | 6c30cd2ef43d15f9799d8a77dca2f075e9d717e6 (patch) | |
tree | 6441c67c3f1388a917f975fca786e6c28c8240b1 /virt | |
parent | b8449265915ddf834b15a8c7ace2fe7f361eac93 (diff) |
KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Tag __kvm_s390_init() and its unique helpers as __init. These functions
are only ever called during module_init(), but could not be tagged
accordingly while they were invoked from the common kvm_arch_init(),
which is not __init because of x86.
Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Message-Id: <20221130230934.1014142-29-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions